#E99570

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

Shades of Dark Salmon #E99570

Tints of Dark Salmon #E99570

Color information

#E99570 (or 0xE99570) is unknown color: approx Dark Salmon. HEX triplet: E9, 95 and 70. RGB value is (233,149,112). Sum of RGB (Red+Green+Blue) = 233+149+112=494 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.17% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 233 - color contains mainly: red. Hex color #E99570 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99570 is #166A8F. Grayscale: #AAAAAA. Windows color (decimal): -1469072 or 7378409. OLE color: 7378409.

HSL color Cylindrical-coordinate representation of color #E99570: hue angle of 18.35º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E99570 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB233149112-
CMYK00.360.520.09
HSL18.35º73.33%67.65%-
HSV(B)18.35º51.93%91.37%-
XYZ47.2839.9920.56-
YUV169.995.33173.01-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.17%
GREEN value IS 149 (58.59% from 255) = 30.16%
BLUE value IS 112 (44.14% from 255) = 22.67%
R=47.17%
G=30.16%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314911200.360.520.0918.3573.3367.65
HexE99570024349124944
Octal351225160044641122111104
Binary11101001100101011110000010010011010010011001010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99570; }

 p { color: rgb(233,149,112); }

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

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

 a { background-color: rgb(233,149,112); }

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

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

 span { border-color: rgb(233,149,112); }

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