#EAA172

Color #EAA172 Dark Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Salmon #EAA172

Tints of Dark Salmon #EAA172

Color information

#EAA172 (or 0xEAA172) is unknown color: approx Dark Salmon. HEX triplet: EA, A1 and 72. RGB value is (234,161,114). Sum of RGB (Red+Green+Blue) = 234+161+114=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 114 (44.92% from 255 or 22.40% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA172 is #155E8D. Grayscale: #B1B1B1. Windows color (decimal): -1400462 or 7512554. OLE color: 7512554.

HSL color Cylindrical-coordinate representation of color #EAA172: hue angle of 23.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EAA172 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB234161114-
CMYK00.310.510.08
HSL23.5º74.07%68.24%-
HSV(B)23.5º51.28%91.76%-
XYZ49.7144.221.83-
YUV177.4792.18168.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.97%
GREEN value IS 161 (63.28% from 255) = 31.63%
BLUE value IS 114 (44.92% from 255) = 22.40%
R=45.97%
G=31.63%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416111400.310.510.0823.574.0768.24
HexEAA17201F338184a44
Octal352241162037631030112104
Binary1110101010100001111001001111111001110001100010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA172; }

 p { color: rgb(234,161,114); }

 H1.HeaderClassName
 {
   color: #EAA172;
 }
 .AnyTagClassName
 {
   color: #EAA172;
 }
</style>
background-color css

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

 a { background-color: rgb(234,161,114); }

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

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

 span { border-color: rgb(234,161,114); }

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