#E69482

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

Shades of Dark Salmon #E69482

Tints of Dark Salmon #E69482

Color information

#E69482 (or 0xE69482) is unknown color: approx Dark Salmon. HEX triplet: E6, 94 and 82. RGB value is (230,148,130). Sum of RGB (Red+Green+Blue) = 230+148+130=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E69482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69482 is #196B7D. Grayscale: #AAAAAA. Windows color (decimal): -1665918 or 8557798. OLE color: 8557798.

HSL color Cylindrical-coordinate representation of color #E69482: hue angle of 10.8º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E69482 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB230148130-
CMYK00.360.430.10
HSL10.8º66.67%70.59%-
HSV(B)10.8º43.48%90.2%-
XYZ47.2539.6126.27-
YUV170.47105.17170.46-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.28%
GREEN value IS 148 (58.20% from 255) = 29.13%
BLUE value IS 130 (51.17% from 255) = 25.59%
R=45.28%
G=29.13%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014813000.360.430.1010.866.6770.59
HexE694820242BAb4347
Octal346224202044531213103107
Binary11100110100101001000001001001001010111010101110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69482; }

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

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

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

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

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

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

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

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