Html Css Color HEX #EAC53B Saffron

📋 copy color: '#EAC53B'

red 234 ◦ green 197 ◦ blue 59

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

Shades of Saffron #EAC53B

Tints of Saffron #EAC53B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.2%

 BLUE value IS 59 (23.44% from 255) = 12.04%

R = 47.76%
G = 40.2%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EAC53B (or 0xEAC53B) is known color: Saffron. HEX triplet: EA, C5 and 3B. RGB value is (234,197,59). Sum of RGB (Red+Green+Blue) = 234+197+59=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 59 (23.44% from 255 or 12.04% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC53B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC53B is #153AC4. Grayscale: #C0C0C0. Windows color (decimal): -1391301 or 3917290. OLE color: 3917290.

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

Color convert

RGB 234 197 59 -
CMYK 0 0.16 0.75 0.08
HSL 47.31º 0.81% 0.57% -
HSV(B) 47.31º 0.75% 0.92% -
XYZ 54.69 57.74 12.4 -
YUV 192.33 52.76 157.72 -
System Red Green Blue C M Y K H S L
Decimal 234 197 59 0 0.16 0.75 0.08 47.31 0.81 0.57
Hex EA C5 3B 0 10 4B 8 2F 51 39
Octal 352 305 73 0 20 113 10 57 121 71
Binary 11101010 11000101 111011 0 10000 1001011 1000 101111 1010001 111001

Color Harmonies of #EAC53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC53B

Black with #EAC53B

Text Example


Text Example

White with #EAC53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC53B; }

 p { color: rgb(234,197,59); }

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

background-color css

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

 a { background-color: rgb(234,197,59); }

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

border-color css

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

 span { border-color: rgb(234,197,59); }

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