Html Css Color HEX #EAC951 Festival

📋 copy color: '#EAC951'

red 234 ◦ green 201 ◦ blue 81

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

Shades of Festival #EAC951

Tints of Festival #EAC951

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.95%

 BLUE value IS 81 (32.03% from 255) = 15.7%

R = 45.35%
G = 38.95%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EAC951 (or 0xEAC951) is known color: Festival. HEX triplet: EA, C9 and 51. RGB value is (234,201,81). Sum of RGB (Red+Green+Blue) = 234+201+81=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 81 (32.03% from 255 or 15.70% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC951 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC951 is #1536AE. Grayscale: #C5C5C5. Windows color (decimal): -1390255 or 5360106. OLE color: 5360106.

HSL color Cylindrical-coordinate representation of color #EAC951: hue angle of 47.06º 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 #EAC951 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 201 81 -
CMYK 0 0.14 0.65 0.08
HSL 47.06º 0.78% 0.62% -
HSV(B) 47.06º 0.65% 0.92% -
XYZ 56.3 59.86 16.37 -
YUV 197.19 62.43 154.26 -
System Red Green Blue C M Y K H S L
Decimal 234 201 81 0 0.14 0.65 0.08 47.06 0.78 0.62
Hex EA C9 51 0 E 41 8 2F 4E 3E
Octal 352 311 121 0 16 101 10 57 116 76
Binary 11101010 11001001 1010001 0 1110 1000001 1000 101111 1001110 111110

Color Harmonies of #EAC951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC951

Black with #EAC951

Text Example


Text Example

White with #EAC951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC951; }

 p { color: rgb(234,201,81); }

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

background-color css

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

 a { background-color: rgb(234,201,81); }

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

border-color css

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

 span { border-color: rgb(234,201,81); }

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