#E99A74

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

Shades of Dark Salmon #E99A74

Tints of Dark Salmon #E99A74

Color information

#E99A74 (or 0xE99A74) is unknown color: approx Dark Salmon. HEX triplet: E9, 9A and 74. RGB value is (233,154,116). Sum of RGB (Red+Green+Blue) = 233+154+116=503 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.32% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 116 (45.70% from 255 or 23.06% from 503); Max value from RGB is 233 - color contains mainly: red. Hex color #E99A74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99A74 is #16658B. Grayscale: #ADADAD. Windows color (decimal): -1467788 or 7641833. OLE color: 7641833.

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

Color convert

RGB233154116-
CMYK00.340.500.09
HSL19.49º72.67%68.43%-
HSV(B)19.49º50.21%91.37%-
XYZ48.3141.722.02-
YUV173.2995.67170.59-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.32%
GREEN value IS 154 (60.55% from 255) = 30.62%
BLUE value IS 116 (45.70% from 255) = 23.06%
R=46.32%
G=30.62%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315411600.340.500.0919.4972.6768.43
HexE99A74022329134944
Octal351232164042621123111104
Binary11101001100110101110100010001011001010011001110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99A74; }

 p { color: rgb(233,154,116); }

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

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

 a { background-color: rgb(233,154,116); }

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

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

 span { border-color: rgb(233,154,116); }

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