#E3CA5A

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

Shades of Festival #E3CA5A

Tints of Festival #E3CA5A

Color information

#E3CA5A (or 0xE3CA5A) is unknown color: approx Festival. HEX triplet: E3, CA and 5A. RGB value is (227,202,90). Sum of RGB (Red+Green+Blue) = 227+202+90=519 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.74% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 90 (35.55% from 255 or 17.34% from 519); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3CA5A is #1C35A5. Grayscale: #C5C5C5. Windows color (decimal): -1848742 or 5950179. OLE color: 5950179.

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

Color convert

RGB22720290-
CMYK00.110.600.11
HSL49.05º70.98%62.16%-
HSV(B)49.05º60.35%89.02%-
XYZ54.6459.3118.24-
YUV196.7167.78149.61-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.74%
GREEN value IS 202 (79.30% from 255) = 38.92%
BLUE value IS 90 (35.55% from 255) = 17.34%
R=43.74%
G=38.92%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272029000.110.600.1149.0570.9862.16
HexE3CA5A0B3CB31473e
Octal34331213201374136110776
Binary111000111100101010110100101111110010111100011000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CA5A; }

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

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

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

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

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

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

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

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