Html Css Color HEX #EECB40 Festival

📋 copy color: '#EECB40'

red 238 ◦ green 203 ◦ blue 64

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

Shades of Festival #EECB40

Tints of Festival #EECB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.67%

R = 47.13%
G = 40.2%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EECB40 (or 0xEECB40) is known color: Festival. HEX triplet: EE, CB and 40. RGB value is (238,203,64). Sum of RGB (Red+Green+Blue) = 238+203+64=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 64 (25.39% from 255 or 12.67% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECB40 is #1134BF. Grayscale: #C6C6C6. Windows color (decimal): -1127616 or 4246510. OLE color: 4246510.

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

Color convert

RGB 238 203 64 -
CMYK 0 0.15 0.73 0.07
HSL 47.93º 0.84% 0.59% -
HSV(B) 47.93º 0.73% 0.93% -
XYZ 57.54 61.26 13.64 -
YUV 197.62 52.6 156.8 -
System Red Green Blue C M Y K H S L
Decimal 238 203 64 0 0.15 0.73 0.07 47.93 0.84 0.59
Hex EE CB 40 0 F 49 7 30 54 3B
Octal 356 313 100 0 17 111 7 60 124 73
Binary 11101110 11001011 1000000 0 1111 1001001 111 110000 1010100 111011

Color Harmonies of #EECB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECB40

Black with #EECB40

Text Example


Text Example

White with #EECB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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