#E3C950

Color #E3C950 Festival (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Festival #E3C950

Tints of Festival #E3C950

Color information

#E3C950 (or 0xE3C950) is unknown color: approx Festival. HEX triplet: E3, C9 and 50. RGB value is (227,201,80). Sum of RGB (Red+Green+Blue) = 227+201+80=508 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.69% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 80 (31.64% from 255 or 15.75% from 508); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C950 is #1C36AF. Grayscale: #C3C3C3. Windows color (decimal): -1849008 or 5294563. OLE color: 5294563.

HSL color Cylindrical-coordinate representation of color #E3C950: hue angle of 49.39º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E3C950 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB22720180-
CMYK00.110.650.11
HSL49.39º72.41%60.2%-
HSV(B)49.39º64.76%89.02%-
XYZ54.0158.6816.07-
YUV194.9863.11150.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 227 (89.06% from 255) = 44.69%
GREEN value IS 201 (78.91% from 255) = 39.57%
BLUE value IS 80 (31.64% from 255) = 15.75%
R=44.69%
G=39.57%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272018000.110.650.1149.3972.4160.2
HexE3C9500B41B31483c
Octal343311120013101136111074
Binary1110001111001001101000001011100000110111100011001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3C950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3C950; }

 p { color: rgb(227,201,80); }

 H1.HeaderClassName
 {
   color: #E3C950;
 }
 .AnyTagClassName
 {
   color: #E3C950;
 }
</style>
background-color css

<style>
 a { background-color: #E3C950; }

 a { background-color: rgb(227,201,80); }

 div.DivClassName
 {
   background-color: #E3C950;
 }
 .BgClassName
 {
   background-color: #E3C950;
 }
</style>
border-color css

<style>
 span { border-color: #E3C950; }

 span { border-color: rgb(227,201,80); }

 td.TdClassName
 {
   border-color: #E3C950;
 }
 .TagClassName
 {
   border-color: #E3C950;
 }
</style>