Html Css Color HEX #EAC955 Festival

📋 copy color: '#EAC955'

red 234 ◦ green 201 ◦ blue 85

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

Shades of Festival #EAC955

Tints of Festival #EAC955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.35%

R = 45%
G = 38.65%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EAC955 (or 0xEAC955) is known color: Festival. HEX triplet: EA, C9 and 55. RGB value is (234,201,85). Sum of RGB (Red+Green+Blue) = 234+201+85=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 85 (33.59% from 255 or 16.35% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC955 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC955 is #1536AA. Grayscale: #C6C6C6. Windows color (decimal): -1390251 or 5622250. OLE color: 5622250.

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

Color convert

RGB 234 201 85 -
CMYK 0 0.14 0.64 0.08
HSL 46.71º 0.78% 0.63% -
HSV(B) 46.71º 0.64% 0.92% -
XYZ 56.46 59.92 17.18 -
YUV 197.64 64.43 153.93 -
System Red Green Blue C M Y K H S L
Decimal 234 201 85 0 0.14 0.64 0.08 46.71 0.78 0.63
Hex EA C9 55 0 E 40 8 2F 4E 3F
Octal 352 311 125 0 16 100 10 57 116 77
Binary 11101010 11001001 1010101 0 1110 1000000 1000 101111 1001110 111111

Color Harmonies of #EAC955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC955

Black with #EAC955

Text Example


Text Example

White with #EAC955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC955; }

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

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

background-color css

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

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

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

border-color css

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

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

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