#E9CE3B

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

Shades of Festival #E9CE3B

Tints of Festival #E9CE3B

Color information

#E9CE3B (or 0xE9CE3B) is unknown color: approx Festival. HEX triplet: E9, CE and 3B. RGB value is (233,206,59). Sum of RGB (Red+Green+Blue) = 233+206+59=498 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.79% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 59 (23.44% from 255 or 11.85% from 498); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CE3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9CE3B is #1631C4. Grayscale: #C5C5C5. Windows color (decimal): -1454533 or 3919593. OLE color: 3919593.

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

Color convert

RGB23320659-
CMYK00.120.750.09
HSL50.69º79.82%57.25%-
HSV(B)50.69º74.68%91.37%-
XYZ56.4661.7813.09-
YUV197.3249.95153.45-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.79%
GREEN value IS 206 (80.86% from 255) = 41.37%
BLUE value IS 59 (23.44% from 255) = 11.85%
R=46.79%
G=41.37%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.75
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332065900.120.750.0950.6979.8257.25
HexE9CE3B0C4B9335039
Octal35131673014113116312071
Binary111010011100111011101101100100101110011100111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CE3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CE3B; }

 p { color: rgb(233,206,59); }

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

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

 a { background-color: rgb(233,206,59); }

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

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

 span { border-color: rgb(233,206,59); }

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