#E9906E

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

Shades of Dark Salmon #E9906E

Tints of Dark Salmon #E9906E

Color information

#E9906E (or 0xE9906E) is unknown color: approx Dark Salmon. HEX triplet: E9, 90 and 6E. RGB value is (233,144,110). Sum of RGB (Red+Green+Blue) = 233+144+110=487 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.84% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 110 (43.36% from 255 or 22.59% from 487); Max value from RGB is 233 - color contains mainly: red. Hex color #E9906E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9906E is #166F91. Grayscale: #A6A6A6. Windows color (decimal): -1470354 or 7246057. OLE color: 7246057.

HSL color Cylindrical-coordinate representation of color #E9906E: hue angle of 16.59º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E9906E is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB233144110-
CMYK00.380.530.09
HSL16.59º73.65%67.25%-
HSV(B)16.59º52.79%91.37%-
XYZ46.3938.419.72-
YUV166.7495.99175.26-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.84%
GREEN value IS 144 (56.64% from 255) = 29.57%
BLUE value IS 110 (43.36% from 255) = 22.59%
R=47.84%
G=29.57%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314411000.380.530.0916.5973.6567.25
HexE9906E026359114a43
Octal351220156046651121112103
Binary11101001100100001101110010011011010110011000110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9906E; }

 p { color: rgb(233,144,110); }

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

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

 a { background-color: rgb(233,144,110); }

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

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

 span { border-color: rgb(233,144,110); }

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