#EF9976

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

Shades of Dark Salmon #EF9976

Tints of Dark Salmon #EF9976

Color information

#EF9976 (or 0xEF9976) is unknown color: approx Dark Salmon. HEX triplet: EF, 99 and 76. RGB value is (239,153,118). Sum of RGB (Red+Green+Blue) = 239+153+118=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9976 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9976 is #106689. Grayscale: #AEAEAE. Windows color (decimal): -1074826 or 7772655. OLE color: 7772655.

HSL color Cylindrical-coordinate representation of color #EF9976: hue angle of 17.36º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF9976 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB239153118-
CMYK00.360.510.06
HSL17.36º79.08%70%-
HSV(B)17.36º50.63%93.73%-
XYZ50.2642.4422.68-
YUV174.7295.99173.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.86%
GREEN value IS 153 (60.16% from 255) = 30%
BLUE value IS 118 (46.48% from 255) = 23.14%
R=46.86%
G=30%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915311800.360.510.0617.3679.0870
HexEF9976024336114f46
Octal35723116604463621117106
Binary1110111110011001111011001001001100111101000110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9976; }

 p { color: rgb(239,153,118); }

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

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

 a { background-color: rgb(239,153,118); }

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

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

 span { border-color: rgb(239,153,118); }

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