#E09271

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

Shades of Dark Salmon #E09271

Tints of Dark Salmon #E09271

Color information

#E09271 (or 0xE09271) is unknown color: approx Dark Salmon. HEX triplet: E0, 92 and 71. RGB value is (224,146,113). Sum of RGB (Red+Green+Blue) = 224+146+113=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E09271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09271 is #1F6D8E. Grayscale: #A5A5A5. Windows color (decimal): -2059663 or 7443168. OLE color: 7443168.

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

Color convert

RGB224146113-
CMYK00.350.500.12
HSL17.84º64.16%66.08%-
HSV(B)17.84º49.55%87.84%-
XYZ4437.620.56-
YUV165.5698.34169.68-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.38%
GREEN value IS 146 (57.42% from 255) = 30.23%
BLUE value IS 113 (44.53% from 255) = 23.40%
R=46.38%
G=30.23%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414611300.350.500.1217.8464.1666.08
HexE0927102332C124042
Octal340222161043621422100102
Binary11100000100100101110001010001111001011001001010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09271; }

 p { color: rgb(224,146,113); }

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

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

 a { background-color: rgb(224,146,113); }

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

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

 span { border-color: rgb(224,146,113); }

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