Html Css Color HEX #EECB52 Festival

📋 copy color: '#EECB52'

red 238 ◦ green 203 ◦ blue 82

#EECB52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Festival #EECB52

Tints of Festival #EECB52

RGB

 RED value IS 238 (93.36% from 255) = 45.51%

 GREEN value IS 203 (79.69% from 255) = 38.81%

 BLUE value IS 82 (32.42% from 255) = 15.68%

R = 45.51%
G = 38.81%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EECB52 (or 0xEECB52) is known color: Festival. HEX triplet: EE, CB and 52. RGB value is (238,203,82). Sum of RGB (Red+Green+Blue) = 238+203+82=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 82 (32.42% from 255 or 15.68% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECB52 is #1134AD. Grayscale: #C8C8C8. Windows color (decimal): -1127598 or 5426158. OLE color: 5426158.

HSL color Cylindrical-coordinate representation of color #EECB52: hue angle of 46.54º 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 #EECB52 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 203 82 -
CMYK 0 0.15 0.66 0.07
HSL 46.54º 0.82% 0.63% -
HSV(B) 46.54º 0.66% 0.93% -
XYZ 58.14 61.5 16.79 -
YUV 199.67 61.6 155.34 -
System Red Green Blue C M Y K H S L
Decimal 238 203 82 0 0.15 0.66 0.07 46.54 0.82 0.63
Hex EE CB 52 0 F 42 7 2F 52 3F
Octal 356 313 122 0 17 102 7 57 122 77
Binary 11101110 11001011 1010010 0 1111 1000010 111 101111 1010010 111111

Color Harmonies of #EECB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECB52

Black with #EECB52

Text Example


Text Example

White with #EECB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECB52; }

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

 H1.HeaderClassName
 {
   color: #EECB52;
 }
 .AnyTagClassName
 {
   color: #EECB52;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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