#E1C44D

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

Shades of Festival #E1C44D

Tints of Festival #E1C44D

Color information

#E1C44D (or 0xE1C44D) is unknown color: approx Festival. HEX triplet: E1, C4 and 4D. RGB value is (225,196,77). Sum of RGB (Red+Green+Blue) = 225+196+77=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 196 (76.95% from 255 or 39.36% from 498); Blue value is 77 (30.47% from 255 or 15.46% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C44D is #1E3BB2. Grayscale: #BFBFBF. Windows color (decimal): -1981363 or 5096673. OLE color: 5096673.

HSL color Cylindrical-coordinate representation of color #E1C44D: hue angle of 48.24º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E1C44D is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB22519677-
CMYK00.130.660.12
HSL48.24º71.15%59.22%-
HSV(B)48.24º65.78%88.24%-
XYZ52.1356.0215.09-
YUV191.163.61152.18-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.18%
GREEN value IS 196 (76.95% from 255) = 39.36%
BLUE value IS 77 (30.47% from 255) = 15.46%
R=45.18%
G=39.36%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251967700.130.660.1248.2471.1559.22
HexE1C44D0D42C30473b
Octal341304115015102146010773
Binary1110000111000100100110101101100001011001100001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C44D; }

 p { color: rgb(225,196,77); }

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

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

 a { background-color: rgb(225,196,77); }

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

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

 span { border-color: rgb(225,196,77); }

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