#EECD51

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

Shades of Festival #EECD51

Tints of Festival #EECD51

Color information

#EECD51 (or 0xEECD51) is unknown color: approx Festival. HEX triplet: EE, CD and 51. RGB value is (238,205,81). Sum of RGB (Red+Green+Blue) = 238+205+81=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 81 (32.03% from 255 or 15.46% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECD51 is #1132AE. Grayscale: #C9C9C9. Windows color (decimal): -1127087 or 5361134. OLE color: 5361134.

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

Color convert

RGB23820581-
CMYK00.140.660.07
HSL47.39º82.2%62.55%-
HSV(B)47.39º65.97%93.33%-
XYZ58.5862.4316.75-
YUV200.7360.43154.58-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.42%
GREEN value IS 205 (80.47% from 255) = 39.12%
BLUE value IS 81 (32.03% from 255) = 15.46%
R=45.42%
G=39.12%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382058100.140.660.0747.3982.262.55
HexEECD510E4272f523f
Octal35631512101610275712277
Binary111011101100110110100010111010000101111011111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECD51; }

 p { color: rgb(238,205,81); }

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

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

 a { background-color: rgb(238,205,81); }

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

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

 span { border-color: rgb(238,205,81); }

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