Html Css Color HEX #EAC539 Saffron

📋 copy color: '#EAC539'

red 234 ◦ green 197 ◦ blue 57

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

Shades of Saffron #EAC539

Tints of Saffron #EAC539

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.37%

 BLUE value IS 57 (22.66% from 255) = 11.68%

R = 47.95%
G = 40.37%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EAC539 (or 0xEAC539) is known color: Saffron. HEX triplet: EA, C5 and 39. RGB value is (234,197,57). Sum of RGB (Red+Green+Blue) = 234+197+57=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 57 (22.66% from 255 or 11.68% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC539 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC539 is #153AC6. Grayscale: #C0C0C0. Windows color (decimal): -1391303 or 3786218. OLE color: 3786218.

HSL color Cylindrical-coordinate representation of color #EAC539: hue angle of 47.46º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EAC539 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 197 57 -
CMYK 0 0.16 0.76 0.08
HSL 47.46º 0.81% 0.57% -
HSV(B) 47.46º 0.76% 0.92% -
XYZ 54.64 57.72 12.13 -
YUV 192.1 51.76 157.88 -
System Red Green Blue C M Y K H S L
Decimal 234 197 57 0 0.16 0.76 0.08 47.46 0.81 0.57
Hex EA C5 39 0 10 4C 8 2F 51 39
Octal 352 305 71 0 20 114 10 57 121 71
Binary 11101010 11000101 111001 0 10000 1001100 1000 101111 1010001 111001

Color Harmonies of #EAC539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC539

Black with #EAC539

Text Example


Text Example

White with #EAC539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC539; }

 p { color: rgb(234,197,57); }

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

background-color css

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

 a { background-color: rgb(234,197,57); }

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

border-color css

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

 span { border-color: rgb(234,197,57); }

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