#E99C7E

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

Shades of Dark Salmon #E99C7E

Tints of Dark Salmon #E99C7E

Color information

#E99C7E (or 0xE99C7E) is unknown color: approx Dark Salmon. HEX triplet: E9, 9C and 7E. RGB value is (233,156,126). Sum of RGB (Red+Green+Blue) = 233+156+126=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 126 (49.61% from 255 or 24.47% from 515); Max value from RGB is 233 - color contains mainly: red. Hex color #E99C7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99C7E is #166381. Grayscale: #AFAFAF. Windows color (decimal): -1467266 or 8297705. OLE color: 8297705.

HSL color Cylindrical-coordinate representation of color #E99C7E: hue angle of 16.82º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E99C7E is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB233156126-
CMYK00.330.460.09
HSL16.82º70.86%70.39%-
HSV(B)16.82º45.92%91.37%-
XYZ49.2642.6125.37-
YUV175.6100.01168.94-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.24%
GREEN value IS 156 (61.33% from 255) = 30.29%
BLUE value IS 126 (49.61% from 255) = 24.47%
R=45.24%
G=30.29%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315612600.330.460.0916.8270.8670.39
HexE99C7E0212E9114746
Octal351234176041561121107106
Binary11101001100111001111110010000110111010011000110001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99C7E; }

 p { color: rgb(233,156,126); }

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

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

 a { background-color: rgb(233,156,126); }

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

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

 span { border-color: rgb(233,156,126); }

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