Html Css Color HEX #EECC4C Festival

📋 copy color: '#EECC4C'

red 238 ◦ green 204 ◦ blue 76

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

Shades of Festival #EECC4C

Tints of Festival #EECC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.67%

R = 45.95%
G = 39.38%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EECC4C (or 0xEECC4C) is known color: Festival. HEX triplet: EE, CC and 4C. RGB value is (238,204,76). Sum of RGB (Red+Green+Blue) = 238+204+76=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 76 (30.08% from 255 or 14.67% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EECC4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECC4C is #1133B3. Grayscale: #C8C8C8. Windows color (decimal): -1127348 or 5033198. OLE color: 5033198.

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

Color convert

RGB 238 204 76 -
CMYK 0 0.14 0.68 0.07
HSL 47.41º 0.83% 0.62% -
HSV(B) 47.41º 0.68% 0.93% -
XYZ 58.16 61.88 15.72 -
YUV 199.57 58.26 155.41 -
System Red Green Blue C M Y K H S L
Decimal 238 204 76 0 0.14 0.68 0.07 47.41 0.83 0.62
Hex EE CC 4C 0 E 44 7 2F 53 3E
Octal 356 314 114 0 16 104 7 57 123 76
Binary 11101110 11001100 1001100 0 1110 1000100 111 101111 1010011 111110

Color Harmonies of #EECC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECC4C

Black with #EECC4C

Text Example


Text Example

White with #EECC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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