Html Css Color HEX #EAC953 Festival

📋 copy color: '#EAC953'

red 234 ◦ green 201 ◦ blue 83

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

Shades of Festival #EAC953

Tints of Festival #EAC953

RGB

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

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

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

R = 45.17%
G = 38.8%
B = 16.02%

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

#EAC953 (or 0xEAC953) is known color: Festival. HEX triplet: EA, C9 and 53. RGB value is (234,201,83). Sum of RGB (Red+Green+Blue) = 234+201+83=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 83 (32.81% from 255 or 16.02% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC953 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC953 is #1536AC. Grayscale: #C5C5C5. Windows color (decimal): -1390253 or 5491178. OLE color: 5491178.

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

Color convert

RGB 234 201 83 -
CMYK 0 0.14 0.65 0.08
HSL 46.89º 0.78% 0.62% -
HSV(B) 46.89º 0.65% 0.92% -
XYZ 56.38 59.89 16.77 -
YUV 197.42 63.43 154.09 -
System Red Green Blue C M Y K H S L
Decimal 234 201 83 0 0.14 0.65 0.08 46.89 0.78 0.62
Hex EA C9 53 0 E 41 8 2F 4E 3E
Octal 352 311 123 0 16 101 10 57 116 76
Binary 11101010 11001001 1010011 0 1110 1000001 1000 101111 1001110 111110

Color Harmonies of #EAC953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC953

Black with #EAC953

Text Example


Text Example

White with #EAC953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC953; }

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

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

background-color css

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

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

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

border-color css

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

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

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