#EF9476

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

Shades of Dark Salmon #EF9476

Tints of Dark Salmon #EF9476

Color information

#EF9476 (or 0xEF9476) is unknown color: approx Dark Salmon. HEX triplet: EF, 94 and 76. RGB value is (239,148,118). Sum of RGB (Red+Green+Blue) = 239+148+118=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9476 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9476 is #106B89. Grayscale: #ABABAB. Windows color (decimal): -1076106 or 7771375. OLE color: 7771375.

HSL color Cylindrical-coordinate representation of color #EF9476: hue angle of 14.88º 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 #EF9476 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB239148118-
CMYK00.380.510.06
HSL14.88º79.08%70%-
HSV(B)14.88º50.63%93.73%-
XYZ49.4640.8422.42-
YUV171.7997.65175.94-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.33%
GREEN value IS 148 (58.20% from 255) = 29.31%
BLUE value IS 118 (46.48% from 255) = 23.37%
R=47.33%
G=29.31%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914811800.380.510.0614.8879.0870
HexEF9476026336f4f46
Octal35722416604663617117106
Binary111011111001010011101100100110110011110111110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9476; }

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

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

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

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

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

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

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

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