#E5CA4B

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

Shades of Festival #E5CA4B

Tints of Festival #E5CA4B

Color information

#E5CA4B (or 0xE5CA4B) is unknown color: approx Festival. HEX triplet: E5, CA and 4B. RGB value is (229,202,75). Sum of RGB (Red+Green+Blue) = 229+202+75=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 75 (29.69% from 255 or 14.82% from 506); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CA4B is #1A35B4. Grayscale: #C4C4C4. Windows color (decimal): -1717685 or 4967141. OLE color: 4967141.

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

Color convert

RGB22920275-
CMYK00.120.670.10
HSL49.48º74.76%59.61%-
HSV(B)49.48º67.25%89.8%-
XYZ54.759.4115.24-
YUV195.659.95151.83-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.26%
GREEN value IS 202 (79.30% from 255) = 39.92%
BLUE value IS 75 (29.69% from 255) = 14.82%
R=45.26%
G=39.92%
B=14.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292027500.120.670.1049.4874.7659.61
HexE5CA4B0C43A314b3c
Octal345312113014103126111374
Binary1110010111001010100101101100100001110101100011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CA4B; }

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

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

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

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

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

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

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

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