#EEA17A

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

Shades of Dark Salmon #EEA17A

Tints of Dark Salmon #EEA17A

Color information

#EEA17A (or 0xEEA17A) is unknown color: approx Dark Salmon. HEX triplet: EE, A1 and 7A. RGB value is (238,161,122). Sum of RGB (Red+Green+Blue) = 238+161+122=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA17A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA17A is #115E85. Grayscale: #B3B3B3. Windows color (decimal): -1138310 or 8036846. OLE color: 8036846.

HSL color Cylindrical-coordinate representation of color #EEA17A: hue angle of 20.17º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EEA17A is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB238161122-
CMYK00.320.490.07
HSL20.17º77.33%70.59%-
HSV(B)20.17º48.74%93.33%-
XYZ51.5245.0724.4-
YUV179.5895.51169.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.68%
GREEN value IS 161 (63.28% from 255) = 30.90%
BLUE value IS 122 (48.05% from 255) = 23.42%
R=45.68%
G=30.90%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816112200.320.490.0720.1777.3370.59
HexEEA17A020317144d47
Octal35624117204061724115107
Binary1110111010100001111101001000001100011111010010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA17A; }

 p { color: rgb(238,161,122); }

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

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

 a { background-color: rgb(238,161,122); }

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

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

 span { border-color: rgb(238,161,122); }

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