#EF9073

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

Shades of Dark Salmon #EF9073

Tints of Dark Salmon #EF9073

Color information

#EF9073 (or 0xEF9073) is unknown color: approx Dark Salmon. HEX triplet: EF, 90 and 73. RGB value is (239,144,115). Sum of RGB (Red+Green+Blue) = 239+144+115=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9073 is #106F8C. Grayscale: #A9A9A9. Windows color (decimal): -1077133 or 7573743. OLE color: 7573743.

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

Color convert

RGB239144115-
CMYK00.400.520.06
HSL14.03º79.49%69.41%-
HSV(B)14.03º51.88%93.73%-
XYZ48.6639.5421.29-
YUV169.197.47177.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.99%
GREEN value IS 144 (56.64% from 255) = 28.92%
BLUE value IS 115 (45.31% from 255) = 23.09%
R=47.99%
G=28.92%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914411500.400.520.0614.0379.4969.41
HexEF9073028346e4f45
Octal35722016305064616117105
Binary111011111001000011100110101000110100110111010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9073; }

 p { color: rgb(239,144,115); }

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

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

 a { background-color: rgb(239,144,115); }

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

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

 span { border-color: rgb(239,144,115); }

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