#E69B75

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

Shades of Dark Salmon #E69B75

Tints of Dark Salmon #E69B75

Color information

#E69B75 (or 0xE69B75) is unknown color: approx Dark Salmon. HEX triplet: E6, 9B and 75. RGB value is (230,155,117). Sum of RGB (Red+Green+Blue) = 230+155+117=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E69B75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69B75 is #19648A. Grayscale: #ADADAD. Windows color (decimal): -1664139 or 7707622. OLE color: 7707622.

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

Color convert

RGB230155117-
CMYK00.330.490.10
HSL20.18º69.33%68.04%-
HSV(B)20.18º49.13%90.2%-
XYZ47.5741.5522.34-
YUV173.0996.35168.59-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.82%
GREEN value IS 155 (60.94% from 255) = 30.88%
BLUE value IS 117 (46.09% from 255) = 23.31%
R=45.82%
G=30.88%
B=23.31%

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
Decimal23015511700.330.490.1020.1869.3368.04
HexE69B7502131A144544
Octal346233165041611224105104
Binary11100110100110111110101010000111000110101010010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69B75; }

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

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

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

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

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

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

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

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