#EF977E

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

Shades of Dark Salmon #EF977E

Tints of Dark Salmon #EF977E

Color information

#EF977E (or 0xEF977E) is unknown color: approx Dark Salmon. HEX triplet: EF, 97 and 7E. RGB value is (239,151,126). Sum of RGB (Red+Green+Blue) = 239+151+126=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 126 (49.61% from 255 or 24.42% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EF977E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF977E is #106881. Grayscale: #AEAEAE. Windows color (decimal): -1075330 or 8296431. OLE color: 8296431.

HSL color Cylindrical-coordinate representation of color #EF977E: hue angle of 13.27º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF977E is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB239151126-
CMYK00.370.470.06
HSL13.27º77.93%71.57%-
HSV(B)13.27º47.28%93.73%-
XYZ50.4341.9925.19-
YUV174.46100.65174.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.32%
GREEN value IS 151 (59.38% from 255) = 29.26%
BLUE value IS 126 (49.61% from 255) = 24.42%
R=46.32%
G=29.26%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915112600.370.470.0613.2777.9371.57
HexEF977E0252F6d4e48
Octal35722717604557615116110
Binary111011111001011111111100100101101111110110110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF977E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF977E; }

 p { color: rgb(239,151,126); }

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

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

 a { background-color: rgb(239,151,126); }

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

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

 span { border-color: rgb(239,151,126); }

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