#E9CB3B

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

Shades of Festival #E9CB3B

Tints of Festival #E9CB3B

Color information

#E9CB3B (or 0xE9CB3B) is unknown color: approx Festival. HEX triplet: E9, CB and 3B. RGB value is (233,203,59). Sum of RGB (Red+Green+Blue) = 233+203+59=495 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.07% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 59 (23.44% from 255 or 11.92% from 495); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CB3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9CB3B is #1634C4. Grayscale: #C4C4C4. Windows color (decimal): -1455301 or 3918825. OLE color: 3918825.

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

Color convert

RGB23320359-
CMYK00.130.750.09
HSL49.66º79.82%57.25%-
HSV(B)49.66º74.68%91.37%-
XYZ55.7560.3512.85-
YUV195.5550.94154.71-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.07%
GREEN value IS 203 (79.69% from 255) = 41.01%
BLUE value IS 59 (23.44% from 255) = 11.92%
R=47.07%
G=41.01%
B=11.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.75
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332035900.130.750.0949.6679.8257.25
HexE9CB3B0D4B9325039
Octal35131373015113116212071
Binary111010011100101111101101101100101110011100101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CB3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CB3B; }

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

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

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

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

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

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

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

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