#E69A75

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

Shades of Dark Salmon #E69A75

Tints of Dark Salmon #E69A75

Color information

#E69A75 (or 0xE69A75) is unknown color: approx Dark Salmon. HEX triplet: E6, 9A and 75. RGB value is (230,154,117). Sum of RGB (Red+Green+Blue) = 230+154+117=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E69A75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69A75 is #19658A. Grayscale: #ACACAC. Windows color (decimal): -1664395 or 7707366. OLE color: 7707366.

HSL color Cylindrical-coordinate representation of color #E69A75: hue angle of 19.65º 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 #E69A75 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB230154117-
CMYK00.330.490.10
HSL19.65º69.33%68.04%-
HSV(B)19.65º49.13%90.2%-
XYZ47.441.2222.29-
YUV172.5196.68169.01-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.91%
GREEN value IS 154 (60.55% from 255) = 30.74%
BLUE value IS 117 (46.09% from 255) = 23.35%
R=45.91%
G=30.74%
B=23.35%

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
Decimal23015411700.330.490.1019.6569.3368.04
HexE69A7502131A144544
Octal346232165041611224105104
Binary11100110100110101110101010000111000110101010010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69A75; }

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

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

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

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

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

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

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

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