#EA9971

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

Shades of Dark Salmon #EA9971

Tints of Dark Salmon #EA9971

Color information

#EA9971 (or 0xEA9971) is unknown color: approx Dark Salmon. HEX triplet: EA, 99 and 71. RGB value is (234,153,113). Sum of RGB (Red+Green+Blue) = 234+153+113=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9971 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9971 is #15668E. Grayscale: #ACACAC. Windows color (decimal): -1402511 or 7444970. OLE color: 7444970.

HSL color Cylindrical-coordinate representation of color #EA9971: hue angle of 19.83º 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 #EA9971 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB234153113-
CMYK00.350.520.08
HSL19.83º74.23%68.04%-
HSV(B)19.83º51.71%91.76%-
XYZ48.341.4721.08-
YUV172.6694.34171.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.8%
GREEN value IS 153 (60.16% from 255) = 30.6%
BLUE value IS 113 (44.53% from 255) = 22.6%
R=46.8%
G=30.6%
B=22.6%

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
Decimal23415311300.350.520.0819.8374.2368.04
HexEA9971023348144a44
Octal352231161043641024112104
Binary11101010100110011110001010001111010010001010010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9971; }

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

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

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

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

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

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

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

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