#E1CA5A

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

Shades of Festival #E1CA5A

Tints of Festival #E1CA5A

Color information

#E1CA5A (or 0xE1CA5A) is unknown color: approx Festival. HEX triplet: E1, CA and 5A. RGB value is (225,202,90). Sum of RGB (Red+Green+Blue) = 225+202+90=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 90 (35.55% from 255 or 17.41% from 517); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CA5A is #1E35A5. Grayscale: #C4C4C4. Windows color (decimal): -1979814 or 5950177. OLE color: 5950177.

HSL color Cylindrical-coordinate representation of color #E1CA5A: hue angle of 49.78º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E1CA5A is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB22520290-
CMYK00.100.600.12
HSL49.78º69.23%61.76%-
HSV(B)49.78º60%88.24%-
XYZ54.0258.9918.21-
YUV196.1168.12148.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.52%
GREEN value IS 202 (79.30% from 255) = 39.07%
BLUE value IS 90 (35.55% from 255) = 17.41%
R=43.52%
G=39.07%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252029000.100.600.1249.7869.2361.76
HexE1CA5A0A3CC32453e
Octal34131213201274146210576
Binary111000011100101010110100101011110011001100101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CA5A; }

 p { color: rgb(225,202,90); }

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

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

 a { background-color: rgb(225,202,90); }

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

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

 span { border-color: rgb(225,202,90); }

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