#EF917A

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

Shades of Dark Salmon #EF917A

Tints of Dark Salmon #EF917A

Color information

#EF917A (or 0xEF917A) is unknown color: approx Dark Salmon. HEX triplet: EF, 91 and 7A. RGB value is (239,145,122). Sum of RGB (Red+Green+Blue) = 239+145+122=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 145 (57.03% from 255 or 28.66% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF917A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF917A is #106E85. Grayscale: #AAAAAA. Windows color (decimal): -1076870 or 8032751. OLE color: 8032751.

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

Color convert

RGB239145122-
CMYK00.390.490.06
HSL11.79º78.52%70.78%-
HSV(B)11.79º48.95%93.73%-
XYZ49.2340.0123.54-
YUV170.48100.64176.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.23%
GREEN value IS 145 (57.03% from 255) = 28.66%
BLUE value IS 122 (48.05% from 255) = 24.11%
R=47.23%
G=28.66%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914512200.390.490.0611.7978.5270.78
HexEF917A027316c4f47
Octal35722117204761614117107
Binary111011111001000111110100100111110001110110010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF917A; }

 p { color: rgb(239,145,122); }

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

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

 a { background-color: rgb(239,145,122); }

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

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

 span { border-color: rgb(239,145,122); }

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