Html Css Color HEX #EAC336 Saffron

📋 copy color: '#EAC336'

red 234 ◦ green 195 ◦ blue 54

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

Shades of Saffron #EAC336

Tints of Saffron #EAC336

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.37%

 BLUE value IS 54 (21.48% from 255) = 11.18%

R = 48.45%
G = 40.37%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EAC336 (or 0xEAC336) is known color: Saffron. HEX triplet: EA, C3 and 36. RGB value is (234,195,54). Sum of RGB (Red+Green+Blue) = 234+195+54=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 195 (76.56% from 255 or 40.37% from 483); Blue value is 54 (21.48% from 255 or 11.18% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC336 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC336 is #153CC9. Grayscale: #BFBFBF. Windows color (decimal): -1391818 or 3589098. OLE color: 3589098.

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

Color convert

RGB 234 195 54 -
CMYK 0 0.17 0.77 0.08
HSL 47º 0.81% 0.56% -
HSV(B) 47º 0.77% 0.92% -
XYZ 54.11 56.79 11.6 -
YUV 190.59 50.92 158.96 -
System Red Green Blue C M Y K H S L
Decimal 234 195 54 0 0.17 0.77 0.08 47 0.81 0.56
Hex EA C3 36 0 11 4D 8 2F 51 38
Octal 352 303 66 0 21 115 10 57 121 70
Binary 11101010 11000011 110110 0 10001 1001101 1000 101111 1010001 111000

Color Harmonies of #EAC336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC336

Black with #EAC336

Text Example


Text Example

White with #EAC336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC336; }

 p { color: rgb(234,195,54); }

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

background-color css

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

 a { background-color: rgb(234,195,54); }

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

border-color css

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

 span { border-color: rgb(234,195,54); }

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