#EA9970

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

Shades of Dark Salmon #EA9970

Tints of Dark Salmon #EA9970

Color information

#EA9970 (or 0xEA9970) is unknown color: approx Dark Salmon. HEX triplet: EA, 99 and 70. RGB value is (234,153,112). Sum of RGB (Red+Green+Blue) = 234+153+112=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9970 is #15668F. Grayscale: #ACACAC. Windows color (decimal): -1402512 or 7379434. OLE color: 7379434.

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

Color convert

RGB234153112-
CMYK00.350.520.08
HSL20.16º74.39%67.84%-
HSV(B)20.16º52.14%91.76%-
XYZ48.2541.4420.79-
YUV172.5493.84171.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.89%
GREEN value IS 153 (60.16% from 255) = 30.66%
BLUE value IS 112 (44.14% from 255) = 22.44%
R=46.89%
G=30.66%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415311200.350.520.0820.1674.3967.84
HexEA9970023348144a44
Octal352231160043641024112104
Binary11101010100110011110000010001111010010001010010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9970; }

 p { color: rgb(234,153,112); }

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

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

 a { background-color: rgb(234,153,112); }

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

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

 span { border-color: rgb(234,153,112); }

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