#E69F6F

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

Shades of Dark Salmon #E69F6F

Tints of Dark Salmon #E69F6F

Color information

#E69F6F (or 0xE69F6F) is unknown color: approx Dark Salmon. HEX triplet: E6, 9F and 6F. RGB value is (230,159,111). Sum of RGB (Red+Green+Blue) = 230+159+111=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 230 - color contains mainly: red. Hex color #E69F6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69F6F is #196090. Grayscale: #AFAFAF. Windows color (decimal): -1663121 or 7315430. OLE color: 7315430.

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

Color convert

RGB230159111-
CMYK00.310.520.10
HSL24.2º70.41%66.86%-
HSV(B)24.2º51.74%90.2%-
XYZ47.942.7720.77-
YUV174.7692.02167.4-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46%
GREEN value IS 159 (62.5% from 255) = 31.8%
BLUE value IS 111 (43.75% from 255) = 22.2%
R=46%
G=31.8%
B=22.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015911100.310.520.1024.270.4166.86
HexE69F6F01F34A184643
Octal346237157037641230106103
Binary1110011010011111110111101111111010010101100010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69F6F; }

 p { color: rgb(230,159,111); }

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

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

 a { background-color: rgb(230,159,111); }

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

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

 span { border-color: rgb(230,159,111); }

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