#EF907B

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

Shades of Dark Salmon #EF907B

Tints of Dark Salmon #EF907B

Color information

#EF907B (or 0xEF907B) is unknown color: approx Dark Salmon. HEX triplet: EF, 90 and 7B. RGB value is (239,144,123). Sum of RGB (Red+Green+Blue) = 239+144+123=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 144 (56.64% from 255 or 28.46% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF907B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF907B is #106F84. Grayscale: #AAAAAA. Windows color (decimal): -1077125 or 8098031. OLE color: 8098031.

HSL color Cylindrical-coordinate representation of color #EF907B: hue angle of 10.86º degrees, saturation: 0.78, 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 #EF907B is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB239144123-
CMYK00.400.490.06
HSL10.86º78.38%70.98%-
HSV(B)10.86º48.54%93.73%-
XYZ49.1539.7323.82-
YUV170.01101.47177.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.23%
GREEN value IS 144 (56.64% from 255) = 28.46%
BLUE value IS 123 (48.44% from 255) = 24.31%
R=47.23%
G=28.46%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914412300.400.490.0610.8678.3870.98
HexEF907B028316b4e47
Octal35722017305061613116107
Binary111011111001000011110110101000110001110101110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF907B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF907B; }

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

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

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

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

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

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

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

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