Html Css Color HEX #EAC637 Saffron

📋 copy color: '#EAC637'

red 234 ◦ green 198 ◦ blue 55

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

Shades of Saffron #EAC637

Tints of Saffron #EAC637

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.66%

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

R = 48.05%
G = 40.66%
B = 11.29%

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

#EAC637 (or 0xEAC637) is known color: Saffron. HEX triplet: EA, C6 and 37. RGB value is (234,198,55). Sum of RGB (Red+Green+Blue) = 234+198+55=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 55 (21.88% from 255 or 11.29% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC637 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC637 is #1539C8. Grayscale: #C1C1C1. Windows color (decimal): -1391049 or 3655402. OLE color: 3655402.

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

Color convert

RGB 234 198 55 -
CMYK 0 0.15 0.76 0.08
HSL 47.93º 0.81% 0.57% -
HSV(B) 47.93º 0.76% 0.92% -
XYZ 54.82 58.16 11.95 -
YUV 192.46 50.43 157.63 -
System Red Green Blue C M Y K H S L
Decimal 234 198 55 0 0.15 0.76 0.08 47.93 0.81 0.57
Hex EA C6 37 0 F 4C 8 30 51 39
Octal 352 306 67 0 17 114 10 60 121 71
Binary 11101010 11000110 110111 0 1111 1001100 1000 110000 1010001 111001

Color Harmonies of #EAC637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC637

Black with #EAC637

Text Example


Text Example

White with #EAC637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC637; }

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

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

background-color css

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

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

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

border-color css

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

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

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