Html Css Color HEX #EAC53A Saffron

📋 copy color: '#EAC53A'

red 234 ◦ green 197 ◦ blue 58

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

Shades of Saffron #EAC53A

Tints of Saffron #EAC53A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.86%

R = 47.85%
G = 40.29%
B = 11.86%

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

#EAC53A (or 0xEAC53A) is known color: Saffron. HEX triplet: EA, C5 and 3A. RGB value is (234,197,58). Sum of RGB (Red+Green+Blue) = 234+197+58=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 58 (23.05% from 255 or 11.86% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC53A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC53A is #153AC5. Grayscale: #C0C0C0. Windows color (decimal): -1391302 or 3851754. OLE color: 3851754.

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

Color convert

RGB 234 197 58 -
CMYK 0 0.16 0.75 0.08
HSL 47.39º 0.81% 0.57% -
HSV(B) 47.39º 0.75% 0.92% -
XYZ 54.66 57.73 12.27 -
YUV 192.22 52.26 157.8 -
System Red Green Blue C M Y K H S L
Decimal 234 197 58 0 0.16 0.75 0.08 47.39 0.81 0.57
Hex EA C5 3A 0 10 4B 8 2F 51 39
Octal 352 305 72 0 20 113 10 57 121 71
Binary 11101010 11000101 111010 0 10000 1001011 1000 101111 1010001 111001

Color Harmonies of #EAC53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC53A

Black with #EAC53A

Text Example


Text Example

White with #EAC53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC53A; }

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

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

background-color css

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

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

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

border-color css

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

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

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