Html Css Color HEX #EAC535 Saffron

📋 copy color: '#EAC535'

red 234 ◦ green 197 ◦ blue 53

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

Shades of Saffron #EAC535

Tints of Saffron #EAC535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.95%

R = 48.35%
G = 40.7%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EAC535 (or 0xEAC535) is known color: Saffron. HEX triplet: EA, C5 and 35. RGB value is (234,197,53). Sum of RGB (Red+Green+Blue) = 234+197+53=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 53 (21.09% from 255 or 10.95% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC535 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC535 is #153ACA. Grayscale: #C0C0C0. Windows color (decimal): -1391307 or 3524074. OLE color: 3524074.

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

Color convert

RGB 234 197 53 -
CMYK 0 0.16 0.77 0.08
HSL 47.73º 0.81% 0.56% -
HSV(B) 47.73º 0.77% 0.92% -
XYZ 54.54 57.68 11.63 -
YUV 191.65 49.76 158.21 -
System Red Green Blue C M Y K H S L
Decimal 234 197 53 0 0.16 0.77 0.08 47.73 0.81 0.56
Hex EA C5 35 0 10 4D 8 30 51 38
Octal 352 305 65 0 20 115 10 60 121 70
Binary 11101010 11000101 110101 0 10000 1001101 1000 110000 1010001 111000

Color Harmonies of #EAC535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC535

Black with #EAC535

Text Example


Text Example

White with #EAC535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC535; }

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

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

background-color css

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

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

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

border-color css

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

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

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