Html Css Color HEX #EECC40 Festival

📋 copy color: '#EECC40'

red 238 ◦ green 204 ◦ blue 64

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

Shades of Festival #EECC40

Tints of Festival #EECC40

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.32%

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

R = 47.04%
G = 40.32%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EECC40 (or 0xEECC40) is known color: Festival. HEX triplet: EE, CC and 40. RGB value is (238,204,64). Sum of RGB (Red+Green+Blue) = 238+204+64=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 64 (25.39% from 255 or 12.65% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EECC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECC40 is #1133BF. Grayscale: #C6C6C6. Windows color (decimal): -1127360 or 4246766. OLE color: 4246766.

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

Color convert

RGB 238 204 64 -
CMYK 0 0.14 0.73 0.07
HSL 48.28º 0.84% 0.59% -
HSV(B) 48.28º 0.73% 0.93% -
XYZ 57.78 61.73 13.72 -
YUV 198.21 52.26 156.38 -
System Red Green Blue C M Y K H S L
Decimal 238 204 64 0 0.14 0.73 0.07 48.28 0.84 0.59
Hex EE CC 40 0 E 49 7 30 54 3B
Octal 356 314 100 0 16 111 7 60 124 73
Binary 11101110 11001100 1000000 0 1110 1001001 111 110000 1010100 111011

Color Harmonies of #EECC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECC40

Black with #EECC40

Text Example


Text Example

White with #EECC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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