#E69383

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

Shades of Dark Salmon #E69383

Tints of Dark Salmon #E69383

Color information

#E69383 (or 0xE69383) is unknown color: approx Dark Salmon. HEX triplet: E6, 93 and 83. RGB value is (230,147,131). Sum of RGB (Red+Green+Blue) = 230+147+131=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 131 (51.56% from 255 or 25.79% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E69383 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69383 is #196C7C. Grayscale: #AAAAAA. Windows color (decimal): -1666173 or 8623078. OLE color: 8623078.

HSL color Cylindrical-coordinate representation of color #E69383: hue angle of 9.7º degrees, saturation: 0.66, 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 #E69383 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB230147131-
CMYK00.360.430.10
HSL9.7º66.44%70.78%-
HSV(B)9.7º43.04%90.2%-
XYZ47.1639.3326.58-
YUV169.99106170.8-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.28%
GREEN value IS 147 (57.81% from 255) = 28.94%
BLUE value IS 131 (51.56% from 255) = 25.79%
R=45.28%
G=28.94%
B=25.79%

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
Decimal23014713100.360.430.109.766.4470.78
HexE693830242BAa4247
Octal346223203044531212102107
Binary11100110100100111000001101001001010111010101010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69383; }

 p { color: rgb(230,147,131); }

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

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

 a { background-color: rgb(230,147,131); }

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

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

 span { border-color: rgb(230,147,131); }

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