Html Css Color HEX #EAC73B Saffron

📋 copy color: '#EAC73B'

red 234 ◦ green 199 ◦ blue 59

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

Shades of Saffron #EAC73B

Tints of Saffron #EAC73B

RGB

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

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

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

R = 47.56%
G = 40.45%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EAC73B (or 0xEAC73B) is known color: Saffron. HEX triplet: EA, C7 and 3B. RGB value is (234,199,59). Sum of RGB (Red+Green+Blue) = 234+199+59=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 199 (78.12% from 255 or 40.45% from 492); Blue value is 59 (23.44% from 255 or 11.99% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC73B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC73B is #1538C4. Grayscale: #C2C2C2. Windows color (decimal): -1390789 or 3917802. OLE color: 3917802.

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

Color convert

RGB 234 199 59 -
CMYK 0 0.15 0.75 0.08
HSL 48º 0.81% 0.57% -
HSV(B) 48º 0.75% 0.92% -
XYZ 55.14 58.66 12.55 -
YUV 193.51 52.1 156.88 -
System Red Green Blue C M Y K H S L
Decimal 234 199 59 0 0.15 0.75 0.08 48 0.81 0.57
Hex EA C7 3B 0 F 4B 8 30 51 39
Octal 352 307 73 0 17 113 10 60 121 71
Binary 11101010 11000111 111011 0 1111 1001011 1000 110000 1010001 111001

Color Harmonies of #EAC73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC73B

Black with #EAC73B

Text Example


Text Example

White with #EAC73B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC73B; }

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

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

background-color css

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

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

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

border-color css

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

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

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