#E5C44B

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

Shades of Festival #E5C44B

Tints of Festival #E5C44B

Color information

#E5C44B (or 0xE5C44B) is unknown color: approx Festival. HEX triplet: E5, C4 and 4B. RGB value is (229,196,75). Sum of RGB (Red+Green+Blue) = 229+196+75=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 75 (29.69% from 255 or 15% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C44B is #1A3BB4. Grayscale: #C0C0C0. Windows color (decimal): -1719221 or 4965605. OLE color: 4965605.

HSL color Cylindrical-coordinate representation of color #E5C44B: hue angle of 47.14º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E5C44B is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB22919675-
CMYK00.140.670.10
HSL47.14º74.76%59.61%-
HSV(B)47.14º67.25%89.8%-
XYZ53.3256.6514.78-
YUV192.0761.93154.34-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.8%
GREEN value IS 196 (76.95% from 255) = 39.2%
BLUE value IS 75 (29.69% from 255) = 15%
R=45.8%
G=39.2%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291967500.140.670.1047.1474.7659.61
HexE5C44B0E43A2f4b3c
Octal345304113016103125711374
Binary1110010111000100100101101110100001110101011111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C44B; }

 p { color: rgb(229,196,75); }

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

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

 a { background-color: rgb(229,196,75); }

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

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

 span { border-color: rgb(229,196,75); }

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