#EAC63A

Color #EAC63A Saffron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saffron #EAC63A

Tints of Saffron #EAC63A

Color information

#EAC63A (or 0xEAC63A) is unknown color: approx Saffron. HEX triplet: EA, C6 and 3A. RGB value is (234,198,58). Sum of RGB (Red+Green+Blue) = 234+198+58=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 58 (23.05% from 255 or 11.84% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC63A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC63A is #1539C5. Grayscale: #C1C1C1. Windows color (decimal): -1391046 or 3852010. OLE color: 3852010.

HSL color Cylindrical-coordinate representation of color #EAC63A: hue angle of 47.73º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EAC63A is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB23419858-
CMYK00.150.750.08
HSL47.73º80.73%57.25%-
HSV(B)47.73º75.21%91.76%-
XYZ54.8958.1912.34-
YUV192.851.93157.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.76%
GREEN value IS 198 (77.73% from 255) = 40.41%
BLUE value IS 58 (23.05% from 255) = 11.84%
R=47.76%
G=40.41%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341985800.150.750.0847.7380.7357.25
HexEAC63A0F4B8305139
Octal35230672017113106012171
Binary111010101100011011101001111100101110001100001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC63A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC63A; }

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

 H1.HeaderClassName
 {
   color: #EAC63A;
 }
 .AnyTagClassName
 {
   color: #EAC63A;
 }
</style>
background-color css

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

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

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

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

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

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