#E1C14D

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

Shades of Festival #E1C14D

Tints of Festival #E1C14D

Color information

#E1C14D (or 0xE1C14D) is unknown color: approx Festival. HEX triplet: E1, C1 and 4D. RGB value is (225,193,77). Sum of RGB (Red+Green+Blue) = 225+193+77=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 77 (30.47% from 255 or 15.56% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C14D is #1E3EB2. Grayscale: #BDBDBD. Windows color (decimal): -1982131 or 5095905. OLE color: 5095905.

HSL color Cylindrical-coordinate representation of color #E1C14D: hue angle of 47.03º 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 #E1C14D is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB22519377-
CMYK00.140.660.12
HSL47.03º71.15%59.22%-
HSV(B)47.03º65.78%88.24%-
XYZ51.4654.6814.86-
YUV189.3464.6153.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.45%
GREEN value IS 193 (75.78% from 255) = 38.99%
BLUE value IS 77 (30.47% from 255) = 15.56%
R=45.45%
G=38.99%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251937700.140.660.1247.0371.1559.22
HexE1C14D0E42C2f473b
Octal341301115016102145710773
Binary1110000111000001100110101110100001011001011111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C14D; }

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

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

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

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

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

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

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

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