Html Css Color HEX #EACC53 Festival

📋 copy color: '#EACC53'

red 234 ◦ green 204 ◦ blue 83

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

Shades of Festival #EACC53

Tints of Festival #EACC53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.93%

R = 44.91%
G = 39.16%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EACC53 (or 0xEACC53) is known color: Festival. HEX triplet: EA, CC and 53. RGB value is (234,204,83). Sum of RGB (Red+Green+Blue) = 234+204+83=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 83 (32.81% from 255 or 15.93% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACC53 is #1533AC. Grayscale: #C7C7C7. Windows color (decimal): -1389485 or 5491946. OLE color: 5491946.

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

Color convert

RGB 234 204 83 -
CMYK 0 0.13 0.65 0.08
HSL 48.08º 0.78% 0.62% -
HSV(B) 48.08º 0.65% 0.92% -
XYZ 57.09 61.3 17.01 -
YUV 199.18 62.44 152.84 -
System Red Green Blue C M Y K H S L
Decimal 234 204 83 0 0.13 0.65 0.08 48.08 0.78 0.62
Hex EA CC 53 0 D 41 8 30 4E 3E
Octal 352 314 123 0 15 101 10 60 116 76
Binary 11101010 11001100 1010011 0 1101 1000001 1000 110000 1001110 111110

Color Harmonies of #EACC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACC53

Black with #EACC53

Text Example


Text Example

White with #EACC53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACC53; }

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

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

background-color css

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

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

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

border-color css

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

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

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