#EF927A

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

Shades of Dark Salmon #EF927A

Tints of Dark Salmon #EF927A

Color information

#EF927A (or 0xEF927A) is unknown color: approx Dark Salmon. HEX triplet: EF, 92 and 7A. RGB value is (239,146,122). Sum of RGB (Red+Green+Blue) = 239+146+122=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EF927A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF927A is #106D85. Grayscale: #ABABAB. Windows color (decimal): -1076614 or 8033007. OLE color: 8033007.

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

Color convert

RGB239146122-
CMYK00.390.490.06
HSL12.31º78.52%70.78%-
HSV(B)12.31º48.95%93.73%-
XYZ49.3940.3123.59-
YUV171.07100.31176.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.14%
GREEN value IS 146 (57.42% from 255) = 28.80%
BLUE value IS 122 (48.05% from 255) = 24.06%
R=47.14%
G=28.80%
B=24.06%

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
Decimal23914612200.390.490.0612.3178.5270.78
HexEF927A027316c4f47
Octal35722217204761614117107
Binary111011111001001011110100100111110001110110010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF927A; }

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

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

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

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

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

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

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

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