#E99075

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

Shades of Dark Salmon #E99075

Tints of Dark Salmon #E99075

Color information

#E99075 (or 0xE99075) is unknown color: approx Dark Salmon. HEX triplet: E9, 90 and 75. RGB value is (233,144,117). Sum of RGB (Red+Green+Blue) = 233+144+117=494 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.17% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 233 - color contains mainly: red. Hex color #E99075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99075 is #166F8A. Grayscale: #A7A7A7. Windows color (decimal): -1470347 or 7704809. OLE color: 7704809.

HSL color Cylindrical-coordinate representation of color #E99075: hue angle of 13.97º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E99075 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB233144117-
CMYK00.380.500.09
HSL13.97º72.5%68.63%-
HSV(B)13.97º49.79%91.37%-
XYZ46.7938.5521.81-
YUV167.5399.49174.7-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.17%
GREEN value IS 144 (56.64% from 255) = 29.15%
BLUE value IS 117 (46.09% from 255) = 23.68%
R=47.17%
G=29.15%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314411700.380.500.0913.9772.568.63
HexE99075026329e4845
Octal351220165046621116110105
Binary1110100110010000111010101001101100101001111010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99075; }

 p { color: rgb(233,144,117); }

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

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

 a { background-color: rgb(233,144,117); }

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

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

 span { border-color: rgb(233,144,117); }

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