#E9CD3F

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

Shades of Festival #E9CD3F

Tints of Festival #E9CD3F

Color information

#E9CD3F (or 0xE9CD3F) is unknown color: approx Festival. HEX triplet: E9, CD and 3F. RGB value is (233,205,63). Sum of RGB (Red+Green+Blue) = 233+205+63=501 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.51% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 63 (25% from 255 or 12.57% from 501); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CD3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9CD3F is #1632C0. Grayscale: #C5C5C5. Windows color (decimal): -1454785 or 4181481. OLE color: 4181481.

HSL color Cylindrical-coordinate representation of color #E9CD3F: hue angle of 50.12º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E9CD3F is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB23320563-
CMYK00.120.730.09
HSL50.12º79.44%58.04%-
HSV(B)50.12º72.96%91.37%-
XYZ56.3361.3513.57-
YUV197.1852.28153.55-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.51%
GREEN value IS 205 (80.47% from 255) = 40.92%
BLUE value IS 63 (25% from 255) = 12.57%
R=46.51%
G=40.92%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332056300.120.730.0950.1279.4458.04
HexE9CD3F0C499324f3a
Octal35131577014111116211772
Binary111010011100110111111101100100100110011100101001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CD3F; }

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

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

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

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

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

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

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

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