#E08E75

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

Shades of Dark Salmon #E08E75

Tints of Dark Salmon #E08E75

Color information

#E08E75 (or 0xE08E75) is unknown color: approx Dark Salmon. HEX triplet: E0, 8E and 75. RGB value is (224,142,117). Sum of RGB (Red+Green+Blue) = 224+142+117=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08E75 is #1F718A. Grayscale: #A3A3A3. Windows color (decimal): -2060683 or 7704288. OLE color: 7704288.

HSL color Cylindrical-coordinate representation of color #E08E75: hue angle of 14.02º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E08E75 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB224142117-
CMYK00.370.480.12
HSL14.02º63.31%66.86%-
HSV(B)14.02º47.77%87.84%-
XYZ43.6236.4821.57-
YUV163.67101.67171.03-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.38%
GREEN value IS 142 (55.86% from 255) = 29.40%
BLUE value IS 117 (46.09% from 255) = 24.22%
R=46.38%
G=29.40%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414211700.370.480.1214.0263.3166.86
HexE08E7502530Ce3f43
Octal34021616504560141677103
Binary111000001000111011101010100101110000110011101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08E75; }

 p { color: rgb(224,142,117); }

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

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

 a { background-color: rgb(224,142,117); }

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

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

 span { border-color: rgb(224,142,117); }

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