Html Css Color HEX #EAC939 Saffron

📋 copy color: '#EAC939'

red 234 ◦ green 201 ◦ blue 57

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

Shades of Saffron #EAC939

Tints of Saffron #EAC939

RGB

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

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

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

R = 47.56%
G = 40.85%
B = 11.59%

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

#EAC939 (or 0xEAC939) is known color: Saffron. HEX triplet: EA, C9 and 39. RGB value is (234,201,57). Sum of RGB (Red+Green+Blue) = 234+201+57=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 57 (22.66% from 255 or 11.59% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC939 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC939 is #1536C6. Grayscale: #C3C3C3. Windows color (decimal): -1390279 or 3787242. OLE color: 3787242.

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

Color convert

RGB 234 201 57 -
CMYK 0 0.14 0.76 0.08
HSL 48.81º 0.81% 0.57% -
HSV(B) 48.81º 0.76% 0.92% -
XYZ 55.56 59.56 12.44 -
YUV 194.45 50.43 156.21 -
System Red Green Blue C M Y K H S L
Decimal 234 201 57 0 0.14 0.76 0.08 48.81 0.81 0.57
Hex EA C9 39 0 E 4C 8 31 51 39
Octal 352 311 71 0 16 114 10 61 121 71
Binary 11101010 11001001 111001 0 1110 1001100 1000 110001 1010001 111001

Color Harmonies of #EAC939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC939

Black with #EAC939

Text Example


Text Example

White with #EAC939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC939; }

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

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

background-color css

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

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

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

border-color css

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

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

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