Html Css Color HEX #EECA48 Festival

📋 copy color: '#EECA48'

red 238 ◦ green 202 ◦ blue 72

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

Shades of Festival #EECA48

Tints of Festival #EECA48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.06%

R = 46.48%
G = 39.45%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EECA48 (or 0xEECA48) is known color: Festival. HEX triplet: EE, CA and 48. RGB value is (238,202,72). Sum of RGB (Red+Green+Blue) = 238+202+72=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 72 (28.52% from 255 or 14.06% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECA48 is #1135B7. Grayscale: #C6C6C6. Windows color (decimal): -1127864 or 4770542. OLE color: 4770542.

HSL color Cylindrical-coordinate representation of color #EECA48: hue angle of 46.99º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EECA48 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 202 72 -
CMYK 0 0.15 0.70 0.07
HSL 46.99º 0.83% 0.61% -
HSV(B) 46.99º 0.7% 0.93% -
XYZ 57.55 60.89 14.85 -
YUV 197.94 56.93 156.57 -
System Red Green Blue C M Y K H S L
Decimal 238 202 72 0 0.15 0.70 0.07 46.99 0.83 0.61
Hex EE CA 48 0 F 46 7 2F 53 3D
Octal 356 312 110 0 17 106 7 57 123 75
Binary 11101110 11001010 1001000 0 1111 1000110 111 101111 1010011 111101

Color Harmonies of #EECA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECA48

Black with #EECA48

Text Example


Text Example

White with #EECA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECA48; }

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

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

background-color css

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

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

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

border-color css

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

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

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