#E99670

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

Shades of Dark Salmon #E99670

Tints of Dark Salmon #E99670

Color information

#E99670 (or 0xE99670) is unknown color: approx Dark Salmon. HEX triplet: E9, 96 and 70. RGB value is (233,150,112). Sum of RGB (Red+Green+Blue) = 233+150+112=495 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.07% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 233 - color contains mainly: red. Hex color #E99670 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99670 is #16698F. Grayscale: #AAAAAA. Windows color (decimal): -1468816 or 7378665. OLE color: 7378665.

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

Color convert

RGB233150112-
CMYK00.360.520.09
HSL18.84º73.33%67.65%-
HSV(B)18.84º51.93%91.37%-
XYZ47.4440.3120.61-
YUV170.4895172.59-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.07%
GREEN value IS 150 (58.98% from 255) = 30.30%
BLUE value IS 112 (44.14% from 255) = 22.63%
R=47.07%
G=30.30%
B=22.63%

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
Decimal23315011200.360.520.0918.8473.3367.65
HexE99670024349134944
Octal351226160044641123111104
Binary11101001100101101110000010010011010010011001110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99670; }

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

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

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

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

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

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

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

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