Html Css Color HEX #EAA079 Dark Salmon

📋 copy color: '#EAA079'

red 234 ◦ green 160 ◦ blue 121

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

Shades of Dark Salmon #EAA079

Tints of Dark Salmon #EAA079

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.07%

 BLUE value IS 121 (47.66% from 255) = 23.5%

R = 45.44%
G = 31.07%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EAA079 (or 0xEAA079) is known color: Dark Salmon. HEX triplet: EA, A0 and 79. RGB value is (234,160,121). Sum of RGB (Red+Green+Blue) = 234+160+121=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 121 (47.66% from 255 or 23.50% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA079 is #155F86. Grayscale: #B1B1B1. Windows color (decimal): -1400711 or 7971050. OLE color: 7971050.

HSL color Cylindrical-coordinate representation of color #EAA079: hue angle of 20.71º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EAA079 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 160 121 -
CMYK 0 0.32 0.48 0.08
HSL 20.71º 0.73% 0.7% -
HSV(B) 20.71º 0.48% 0.92% -
XYZ 49.95 44.01 23.95 -
YUV 177.68 96.02 168.17 -
System Red Green Blue C M Y K H S L
Decimal 234 160 121 0 0.32 0.48 0.08 20.71 0.73 0.7
Hex EA A0 79 0 20 30 8 15 49 46
Octal 352 240 171 0 40 60 10 25 111 106
Binary 11101010 10100000 1111001 0 100000 110000 1000 10101 1001001 1000110

Color Harmonies of #EAA079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA079

Black with #EAA079

Text Example


Text Example

White with #EAA079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA079; }

 p { color: rgb(234,160,121); }

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

background-color css

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

 a { background-color: rgb(234,160,121); }

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

border-color css

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

 span { border-color: rgb(234,160,121); }

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