#E9CA50

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

Shades of Festival #E9CA50

Tints of Festival #E9CA50

Color information

#E9CA50 (or 0xE9CA50) is unknown color: approx Festival. HEX triplet: E9, CA and 50. RGB value is (233,202,80). Sum of RGB (Red+Green+Blue) = 233+202+80=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 80 (31.64% from 255 or 15.53% from 515); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CA50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CA50 is #1635AF. Grayscale: #C5C5C5. Windows color (decimal): -1455536 or 5294825. OLE color: 5294825.

HSL color Cylindrical-coordinate representation of color #E9CA50: hue angle of 47.84º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E9CA50 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB23320280-
CMYK00.130.660.09
HSL47.84º77.66%61.37%-
HSV(B)47.84º65.67%91.37%-
XYZ56.1760.1416.24-
YUV197.3661.77153.42-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.24%
GREEN value IS 202 (79.30% from 255) = 39.22%
BLUE value IS 80 (31.64% from 255) = 15.53%
R=45.24%
G=39.22%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332028000.130.660.0947.8477.6661.37
HexE9CA500D429304e3d
Octal351312120015102116011675
Binary1110100111001010101000001101100001010011100001001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CA50; }

 p { color: rgb(233,202,80); }

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

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

 a { background-color: rgb(233,202,80); }

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

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

 span { border-color: rgb(233,202,80); }

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