Html Css Color HEX #EAA077 Dark Salmon

📋 copy color: '#EAA077'

red 234 ◦ green 160 ◦ blue 119

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

Shades of Dark Salmon #EAA077

Tints of Dark Salmon #EAA077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.2%

R = 45.61%
G = 31.19%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EAA077 (or 0xEAA077) is known color: Dark Salmon. HEX triplet: EA, A0 and 77. RGB value is (234,160,119). Sum of RGB (Red+Green+Blue) = 234+160+119=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 119 (46.88% from 255 or 23.20% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA077 is #155F88. Grayscale: #B1B1B1. Windows color (decimal): -1400713 or 7839978. OLE color: 7839978.

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

Color convert

RGB 234 160 119 -
CMYK 0 0.32 0.49 0.08
HSL 21.39º 0.73% 0.69% -
HSV(B) 21.39º 0.49% 0.92% -
XYZ 49.83 43.97 23.31 -
YUV 177.45 95.02 168.33 -
System Red Green Blue C M Y K H S L
Decimal 234 160 119 0 0.32 0.49 0.08 21.39 0.73 0.69
Hex EA A0 77 0 20 31 8 15 49 45
Octal 352 240 167 0 40 61 10 25 111 105
Binary 11101010 10100000 1110111 0 100000 110001 1000 10101 1001001 1000101

Color Harmonies of #EAA077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA077

Black with #EAA077

Text Example


Text Example

White with #EAA077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA077; }

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

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

background-color css

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

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

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

border-color css

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

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

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