#E09482

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

Shades of Dark Salmon #E09482

Tints of Dark Salmon #E09482

Color information

#E09482 (or 0xE09482) is unknown color: approx Dark Salmon. HEX triplet: E0, 94 and 82. RGB value is (224,148,130). Sum of RGB (Red+Green+Blue) = 224+148+130=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E09482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09482 is #1F6B7D. Grayscale: #A8A8A8. Windows color (decimal): -2059134 or 8557792. OLE color: 8557792.

HSL color Cylindrical-coordinate representation of color #E09482: hue angle of 11.49º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E09482 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB224148130-
CMYK00.340.420.12
HSL11.49º60.26%69.41%-
HSV(B)11.49º41.96%87.84%-
XYZ45.3638.6426.19-
YUV168.67106.18167.46-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.62%
GREEN value IS 148 (58.20% from 255) = 29.48%
BLUE value IS 130 (51.17% from 255) = 25.90%
R=44.62%
G=29.48%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414813000.340.420.1211.4960.2669.41
HexE094820222ACb3c45
Octal34022420204252141374105
Binary1110000010010100100000100100010101010110010111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09482; }

 p { color: rgb(224,148,130); }

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

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

 a { background-color: rgb(224,148,130); }

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

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

 span { border-color: rgb(224,148,130); }

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