Html Css Color HEX #EAC636 Saffron

📋 copy color: '#EAC636'

red 234 ◦ green 198 ◦ blue 54

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

Shades of Saffron #EAC636

Tints of Saffron #EAC636

RGB

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

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

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

R = 48.15%
G = 40.74%
B = 11.11%

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

#EAC636 (or 0xEAC636) is known color: Saffron. HEX triplet: EA, C6 and 36. RGB value is (234,198,54). Sum of RGB (Red+Green+Blue) = 234+198+54=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 54 (21.48% from 255 or 11.11% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC636 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC636 is #1539C9. Grayscale: #C0C0C0. Windows color (decimal): -1391050 or 3589866. OLE color: 3589866.

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

Color convert

RGB 234 198 54 -
CMYK 0 0.15 0.77 0.08
HSL 48º 0.81% 0.56% -
HSV(B) 48º 0.77% 0.92% -
XYZ 54.79 58.15 11.83 -
YUV 192.35 49.93 157.71 -
System Red Green Blue C M Y K H S L
Decimal 234 198 54 0 0.15 0.77 0.08 48 0.81 0.56
Hex EA C6 36 0 F 4D 8 30 51 38
Octal 352 306 66 0 17 115 10 60 121 70
Binary 11101010 11000110 110110 0 1111 1001101 1000 110000 1010001 111000

Color Harmonies of #EAC636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC636

Black with #EAC636

Text Example


Text Example

White with #EAC636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC636; }

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

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

background-color css

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

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

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

border-color css

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

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

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