#E69975

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

Shades of Dark Salmon #E69975

Tints of Dark Salmon #E69975

Color information

#E69975 (or 0xE69975) is unknown color: approx Dark Salmon. HEX triplet: E6, 99 and 75. RGB value is (230,153,117). Sum of RGB (Red+Green+Blue) = 230+153+117=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 230 - color contains mainly: red. Hex color #E69975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69975 is #19668A. Grayscale: #ACACAC. Windows color (decimal): -1664651 or 7707110. OLE color: 7707110.

HSL color Cylindrical-coordinate representation of color #E69975: hue angle of 19.12º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E69975 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB230153117-
CMYK00.330.490.10
HSL19.12º69.33%68.04%-
HSV(B)19.12º49.13%90.2%-
XYZ47.2440.8922.23-
YUV171.9297.01169.43-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46%
GREEN value IS 153 (60.16% from 255) = 30.6%
BLUE value IS 117 (46.09% from 255) = 23.4%
R=46%
G=30.6%
B=23.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015311700.330.490.1019.1269.3368.04
HexE6997502131A134544
Octal346231165041611223105104
Binary11100110100110011110101010000111000110101001110001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69975; }

 p { color: rgb(230,153,117); }

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

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

 a { background-color: rgb(230,153,117); }

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

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

 span { border-color: rgb(230,153,117); }

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