#E19276

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

Shades of Dark Salmon #E19276

Tints of Dark Salmon #E19276

Color information

#E19276 (or 0xE19276) is unknown color: approx Dark Salmon. HEX triplet: E1, 92 and 76. RGB value is (225,146,118). Sum of RGB (Red+Green+Blue) = 225+146+118=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E19276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19276 is #1E6D89. Grayscale: #A6A6A6. Windows color (decimal): -1994122 or 7770849. OLE color: 7770849.

HSL color Cylindrical-coordinate representation of color #E19276: hue angle of 15.7º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E19276 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB225146118-
CMYK00.350.480.12
HSL15.7º64.07%67.25%-
HSV(B)15.7º47.56%88.24%-
XYZ44.637.8722.1-
YUV166.43100.67169.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.01%
GREEN value IS 146 (57.42% from 255) = 29.86%
BLUE value IS 118 (46.48% from 255) = 24.13%
R=46.01%
G=29.86%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514611800.350.480.1215.764.0767.25
HexE1927602330C104043
Octal341222166043601420100103
Binary11100001100100101110110010001111000011001000010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19276; }

 p { color: rgb(225,146,118); }

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

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

 a { background-color: rgb(225,146,118); }

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

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

 span { border-color: rgb(225,146,118); }

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