#E29974

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

Shades of Dark Salmon #E29974

Tints of Dark Salmon #E29974

Color information

#E29974 (or 0xE29974) is unknown color: approx Dark Salmon. HEX triplet: E2, 99 and 74. RGB value is (226,153,116). Sum of RGB (Red+Green+Blue) = 226+153+116=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E29974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29974 is #1D668B. Grayscale: #AAAAAA. Windows color (decimal): -1926796 or 7641570. OLE color: 7641570.

HSL color Cylindrical-coordinate representation of color #E29974: hue angle of 20.18º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E29974 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB226153116-
CMYK00.320.490.11
HSL20.18º65.48%67.06%-
HSV(B)20.18º48.67%88.63%-
XYZ45.9140.2121.87-
YUV170.6197.18167.51-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.66%
GREEN value IS 153 (60.16% from 255) = 30.91%
BLUE value IS 116 (45.70% from 255) = 23.43%
R=45.66%
G=30.91%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615311600.320.490.1120.1865.4867.06
HexE2997402031B144143
Octal342231164040611324101103
Binary11100010100110011110100010000011000110111010010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29974; }

 p { color: rgb(226,153,116); }

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

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

 a { background-color: rgb(226,153,116); }

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

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

 span { border-color: rgb(226,153,116); }

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