#E99C75

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

Shades of Dark Salmon #E99C75

Tints of Dark Salmon #E99C75

Color information

#E99C75 (or 0xE99C75) is unknown color: approx Dark Salmon. HEX triplet: E9, 9C and 75. RGB value is (233,156,117). Sum of RGB (Red+Green+Blue) = 233+156+117=506 (67% of max value = 765). Red value is 233 (91.41% from 255 or 46.05% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 117 (46.09% from 255 or 23.12% from 506); Max value from RGB is 233 - color contains mainly: red. Hex color #E99C75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99C75 is #16638A. Grayscale: #AEAEAE. Windows color (decimal): -1467275 or 7707881. OLE color: 7707881.

HSL color Cylindrical-coordinate representation of color #E99C75: hue angle of 20.17º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E99C75 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB233156117-
CMYK00.330.500.09
HSL20.17º72.5%68.63%-
HSV(B)20.17º49.79%91.37%-
XYZ48.742.3822.44-
YUV174.5895.51169.67-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.05%
GREEN value IS 156 (61.33% from 255) = 30.83%
BLUE value IS 117 (46.09% from 255) = 23.12%
R=46.05%
G=30.83%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315611700.330.500.0920.1772.568.63
HexE99C75021329144845
Octal351234165041621124110105
Binary11101001100111001110101010000111001010011010010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99C75; }

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

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

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

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

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

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

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

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