Html Css Color HEX #EACC48 Festival

📋 copy color: '#EACC48'

red 234 ◦ green 204 ◦ blue 72

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

Shades of Festival #EACC48

Tints of Festival #EACC48

RGB

 RED value IS 234 (91.8% from 255) = 45.88%

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

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

R = 45.88%
G = 40%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EACC48 (or 0xEACC48) is known color: Festival. HEX triplet: EA, CC and 48. RGB value is (234,204,72). Sum of RGB (Red+Green+Blue) = 234+204+72=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 72 (28.52% from 255 or 14.12% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACC48 is #1533B7. Grayscale: #C6C6C6. Windows color (decimal): -1389496 or 4771050. OLE color: 4771050.

HSL color Cylindrical-coordinate representation of color #EACC48: hue angle of 48.89º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EACC48 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 204 72 -
CMYK 0 0.13 0.69 0.08
HSL 48.89º 0.79% 0.6% -
HSV(B) 48.89º 0.69% 0.92% -
XYZ 56.69 61.15 14.95 -
YUV 197.92 56.94 153.73 -
System Red Green Blue C M Y K H S L
Decimal 234 204 72 0 0.13 0.69 0.08 48.89 0.79 0.6
Hex EA CC 48 0 D 45 8 31 4F 3C
Octal 352 314 110 0 15 105 10 61 117 74
Binary 11101010 11001100 1001000 0 1101 1000101 1000 110001 1001111 111100

Color Harmonies of #EACC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACC48

Black with #EACC48

Text Example


Text Example

White with #EACC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACC48; }

 p { color: rgb(234,204,72); }

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

background-color css

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

 a { background-color: rgb(234,204,72); }

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

border-color css

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

 span { border-color: rgb(234,204,72); }

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