#EECB4E

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

Shades of Festival #EECB4E

Tints of Festival #EECB4E

Color information

#EECB4E (or 0xEECB4E) is unknown color: approx Festival. HEX triplet: EE, CB and 4E. RGB value is (238,203,78). Sum of RGB (Red+Green+Blue) = 238+203+78=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 78 (30.86% from 255 or 15.03% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECB4E is #1134B1. Grayscale: #C7C7C7. Windows color (decimal): -1127602 or 5164014. OLE color: 5164014.

HSL color Cylindrical-coordinate representation of color #EECB4E: hue angle of 46.88º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EECB4E is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB23820378-
CMYK00.150.670.07
HSL46.88º82.47%61.96%-
HSV(B)46.88º67.23%93.33%-
XYZ57.9961.4416.01-
YUV199.2159.6155.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.86%
GREEN value IS 203 (79.69% from 255) = 39.11%
BLUE value IS 78 (30.86% from 255) = 15.03%
R=45.86%
G=39.11%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382037800.150.670.0746.8882.4761.96
HexEECB4E0F4372f523e
Octal35631311601710375712276
Binary111011101100101110011100111110000111111011111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECB4E; }

 p { color: rgb(238,203,78); }

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

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

 a { background-color: rgb(238,203,78); }

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

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

 span { border-color: rgb(238,203,78); }

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