Html Css Color HEX #EECC3C Festival

📋 copy color: '#EECC3C'

red 238 ◦ green 204 ◦ blue 60

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

Shades of Festival #EECC3C

Tints of Festival #EECC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.95%

R = 47.41%
G = 40.64%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EECC3C (or 0xEECC3C) is known color: Festival. HEX triplet: EE, CC and 3C. RGB value is (238,204,60). Sum of RGB (Red+Green+Blue) = 238+204+60=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 60 (23.83% from 255 or 11.95% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EECC3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECC3C is #1133C3. Grayscale: #C6C6C6. Windows color (decimal): -1127364 or 3984622. OLE color: 3984622.

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

Color convert

RGB 238 204 60 -
CMYK 0 0.14 0.75 0.07
HSL 48.54º 0.84% 0.58% -
HSV(B) 48.54º 0.75% 0.93% -
XYZ 57.67 61.69 13.14 -
YUV 197.75 50.26 156.71 -
System Red Green Blue C M Y K H S L
Decimal 238 204 60 0 0.14 0.75 0.07 48.54 0.84 0.58
Hex EE CC 3C 0 E 4B 7 31 54 3A
Octal 356 314 74 0 16 113 7 61 124 72
Binary 11101110 11001100 111100 0 1110 1001011 111 110001 1010100 111010

Color Harmonies of #EECC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECC3C

Black with #EECC3C

Text Example


Text Example

White with #EECC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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