Html Css Color HEX #EAC839 Saffron

📋 copy color: '#EAC839'

red 234 ◦ green 200 ◦ blue 57

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

Shades of Saffron #EAC839

Tints of Saffron #EAC839

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.73%

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

R = 47.66%
G = 40.73%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EAC839 (or 0xEAC839) is known color: Saffron. HEX triplet: EA, C8 and 39. RGB value is (234,200,57). Sum of RGB (Red+Green+Blue) = 234+200+57=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 200 (78.52% from 255 or 40.73% from 491); Blue value is 57 (22.66% from 255 or 11.61% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC839 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC839 is #1537C6. Grayscale: #C2C2C2. Windows color (decimal): -1390535 or 3786986. OLE color: 3786986.

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

Color convert

RGB 234 200 57 -
CMYK 0 0.15 0.76 0.08
HSL 48.47º 0.81% 0.57% -
HSV(B) 48.47º 0.76% 0.92% -
XYZ 55.32 59.1 12.36 -
YUV 193.86 50.76 156.63 -
System Red Green Blue C M Y K H S L
Decimal 234 200 57 0 0.15 0.76 0.08 48.47 0.81 0.57
Hex EA C8 39 0 F 4C 8 30 51 39
Octal 352 310 71 0 17 114 10 60 121 71
Binary 11101010 11001000 111001 0 1111 1001100 1000 110000 1010001 111001

Color Harmonies of #EAC839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC839

Black with #EAC839

Text Example


Text Example

White with #EAC839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC839; }

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

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

background-color css

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

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

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

border-color css

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

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

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