Html Css Color HEX #EAC937 Saffron

📋 copy color: '#EAC937'

red 234 ◦ green 201 ◦ blue 55

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

Shades of Saffron #EAC937

Tints of Saffron #EAC937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.22%

R = 47.76%
G = 41.02%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EAC937 (or 0xEAC937) is known color: Saffron. HEX triplet: EA, C9 and 37. RGB value is (234,201,55). Sum of RGB (Red+Green+Blue) = 234+201+55=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 55 (21.88% from 255 or 11.22% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC937 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC937 is #1536C8. Grayscale: #C2C2C2. Windows color (decimal): -1390281 or 3656170. OLE color: 3656170.

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

Color convert

RGB 234 201 55 -
CMYK 0 0.14 0.76 0.08
HSL 48.94º 0.81% 0.57% -
HSV(B) 48.94º 0.76% 0.92% -
XYZ 55.51 59.54 12.18 -
YUV 194.22 49.43 156.37 -
System Red Green Blue C M Y K H S L
Decimal 234 201 55 0 0.14 0.76 0.08 48.94 0.81 0.57
Hex EA C9 37 0 E 4C 8 31 51 39
Octal 352 311 67 0 16 114 10 61 121 71
Binary 11101010 11001001 110111 0 1110 1001100 1000 110001 1010001 111001

Color Harmonies of #EAC937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC937

Black with #EAC937

Text Example


Text Example

White with #EAC937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC937; }

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

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

background-color css

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

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

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

border-color css

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

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

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