Html Css Color HEX #EAC735 Saffron

📋 copy color: '#EAC735'

red 234 ◦ green 199 ◦ blue 53

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

Shades of Saffron #EAC735

Tints of Saffron #EAC735

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.95%

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

R = 48.15%
G = 40.95%
B = 10.91%

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

#EAC735 (or 0xEAC735) is known color: Saffron. HEX triplet: EA, C7 and 35. RGB value is (234,199,53). Sum of RGB (Red+Green+Blue) = 234+199+53=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 199 (78.12% from 255 or 40.95% from 486); Blue value is 53 (21.09% from 255 or 10.91% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC735 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC735 is #1538CA. Grayscale: #C1C1C1. Windows color (decimal): -1390795 or 3524586. OLE color: 3524586.

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

Color convert

RGB 234 199 53 -
CMYK 0 0.15 0.77 0.08
HSL 48.4º 0.81% 0.56% -
HSV(B) 48.4º 0.77% 0.92% -
XYZ 55 58.6 11.78 -
YUV 192.82 49.1 157.37 -
System Red Green Blue C M Y K H S L
Decimal 234 199 53 0 0.15 0.77 0.08 48.4 0.81 0.56
Hex EA C7 35 0 F 4D 8 30 51 38
Octal 352 307 65 0 17 115 10 60 121 70
Binary 11101010 11000111 110101 0 1111 1001101 1000 110000 1010001 111000

Color Harmonies of #EAC735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC735

Black with #EAC735

Text Example


Text Example

White with #EAC735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC735; }

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

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

background-color css

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

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

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

border-color css

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

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

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