Html Css Color HEX #EECA3C Festival

📋 copy color: '#EECA3C'

red 238 ◦ green 202 ◦ blue 60

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

Shades of Festival #EECA3C

Tints of Festival #EECA3C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.4%

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

R = 47.6%
G = 40.4%
B = 12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EECA3C (or 0xEECA3C) is known color: Festival. HEX triplet: EE, CA and 3C. RGB value is (238,202,60). Sum of RGB (Red+Green+Blue) = 238+202+60=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 60 (23.83% from 255 or 12% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECA3C is #1135C3. Grayscale: #C5C5C5. Windows color (decimal): -1127876 or 3984110. OLE color: 3984110.

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

Color convert

RGB 238 202 60 -
CMYK 0 0.15 0.75 0.07
HSL 47.87º 0.84% 0.58% -
HSV(B) 47.87º 0.75% 0.93% -
XYZ 57.2 60.74 12.99 -
YUV 196.58 50.93 157.55 -
System Red Green Blue C M Y K H S L
Decimal 238 202 60 0 0.15 0.75 0.07 47.87 0.84 0.58
Hex EE CA 3C 0 F 4B 7 30 54 3A
Octal 356 312 74 0 17 113 7 60 124 72
Binary 11101110 11001010 111100 0 1111 1001011 111 110000 1010100 111010

Color Harmonies of #EECA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECA3C

Black with #EECA3C

Text Example


Text Example

White with #EECA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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