Html Css Color HEX #EAC635 Saffron

📋 copy color: '#EAC635'

red 234 ◦ green 198 ◦ blue 53

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

Shades of Saffron #EAC635

Tints of Saffron #EAC635

RGB

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

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

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

R = 48.25%
G = 40.82%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EAC635 (or 0xEAC635) is known color: Saffron. HEX triplet: EA, C6 and 35. RGB value is (234,198,53). Sum of RGB (Red+Green+Blue) = 234+198+53=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 198 (77.73% from 255 or 40.82% from 485); Blue value is 53 (21.09% from 255 or 10.93% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC635 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC635 is #1539CA. Grayscale: #C0C0C0. Windows color (decimal): -1391051 or 3524330. OLE color: 3524330.

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

Color convert

RGB 234 198 53 -
CMYK 0 0.15 0.77 0.08
HSL 48.07º 0.81% 0.56% -
HSV(B) 48.07º 0.77% 0.92% -
XYZ 54.77 58.14 11.7 -
YUV 192.23 49.43 157.79 -
System Red Green Blue C M Y K H S L
Decimal 234 198 53 0 0.15 0.77 0.08 48.07 0.81 0.56
Hex EA C6 35 0 F 4D 8 30 51 38
Octal 352 306 65 0 17 115 10 60 121 70
Binary 11101010 11000110 110101 0 1111 1001101 1000 110000 1010001 111000

Color Harmonies of #EAC635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC635

Black with #EAC635

Text Example


Text Example

White with #EAC635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC635; }

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

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

background-color css

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

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

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

border-color css

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

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

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