Html Css Color HEX #EAC439 Saffron

📋 copy color: '#EAC439'

red 234 ◦ green 196 ◦ blue 57

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

Shades of Saffron #EAC439

Tints of Saffron #EAC439

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.25%

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

R = 48.05%
G = 40.25%
B = 11.7%

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

#EAC439 (or 0xEAC439) is known color: Saffron. HEX triplet: EA, C4 and 39. RGB value is (234,196,57). Sum of RGB (Red+Green+Blue) = 234+196+57=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 196 (76.95% from 255 or 40.25% from 487); Blue value is 57 (22.66% from 255 or 11.70% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC439 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC439 is #153BC6. Grayscale: #C0C0C0. Windows color (decimal): -1391559 or 3785962. OLE color: 3785962.

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

Color convert

RGB 234 196 57 -
CMYK 0 0.16 0.76 0.08
HSL 47.12º 0.81% 0.57% -
HSV(B) 47.12º 0.76% 0.92% -
XYZ 54.41 57.27 12.06 -
YUV 191.52 52.09 158.3 -
System Red Green Blue C M Y K H S L
Decimal 234 196 57 0 0.16 0.76 0.08 47.12 0.81 0.57
Hex EA C4 39 0 10 4C 8 2F 51 39
Octal 352 304 71 0 20 114 10 57 121 71
Binary 11101010 11000100 111001 0 10000 1001100 1000 101111 1010001 111001

Color Harmonies of #EAC439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC439

Black with #EAC439

Text Example


Text Example

White with #EAC439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC439; }

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

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

background-color css

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

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

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

border-color css

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

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

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