#E5CA53

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

Shades of Festival #E5CA53

Tints of Festival #E5CA53

Color information

#E5CA53 (or 0xE5CA53) is unknown color: approx Festival. HEX triplet: E5, CA and 53. RGB value is (229,202,83). Sum of RGB (Red+Green+Blue) = 229+202+83=514 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.55% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 83 (32.81% from 255 or 16.15% from 514); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CA53 is #1A35AC. Grayscale: #C5C5C5. Windows color (decimal): -1717677 or 5491429. OLE color: 5491429.

HSL color Cylindrical-coordinate representation of color #E5CA53: hue angle of 48.9º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E5CA53 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB22920283-
CMYK00.120.640.10
HSL48.9º73.74%61.18%-
HSV(B)48.9º63.76%89.8%-
XYZ54.9959.5216.77-
YUV196.5163.95151.18-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.55%
GREEN value IS 202 (79.30% from 255) = 39.30%
BLUE value IS 83 (32.81% from 255) = 16.15%
R=44.55%
G=39.30%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292028300.120.640.1048.973.7461.18
HexE5CA530C40A314a3d
Octal345312123014100126111275
Binary1110010111001010101001101100100000010101100011001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CA53; }

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

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

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

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

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

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

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

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