#E9CD50

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

Shades of Festival #E9CD50

Tints of Festival #E9CD50

Color information

#E9CD50 (or 0xE9CD50) is unknown color: approx Festival. HEX triplet: E9, CD and 50. RGB value is (233,205,80). Sum of RGB (Red+Green+Blue) = 233+205+80=518 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.98% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 80 (31.64% from 255 or 15.44% from 518); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CD50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CD50 is #1632AF. Grayscale: #C7C7C7. Windows color (decimal): -1454768 or 5295593. OLE color: 5295593.

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

Color convert

RGB23320580-
CMYK00.120.660.09
HSL49.02º77.66%61.37%-
HSV(B)49.02º65.67%91.37%-
XYZ56.8861.5716.47-
YUV199.1260.78152.16-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.98%
GREEN value IS 205 (80.47% from 255) = 39.58%
BLUE value IS 80 (31.64% from 255) = 15.44%
R=44.98%
G=39.58%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332058000.120.660.0949.0277.6661.37
HexE9CD500C429314e3d
Octal351315120014102116111675
Binary1110100111001101101000001100100001010011100011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CD50; }

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

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

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

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

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

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

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

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