#EF9278

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

Shades of Dark Salmon #EF9278

Tints of Dark Salmon #EF9278

Color information

#EF9278 (or 0xEF9278) is unknown color: approx Dark Salmon. HEX triplet: EF, 92 and 78. RGB value is (239,146,120). Sum of RGB (Red+Green+Blue) = 239+146+120=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 120 (47.27% from 255 or 23.76% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9278 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9278 is #106D87. Grayscale: #ABABAB. Windows color (decimal): -1076616 or 7901935. OLE color: 7901935.

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

Color convert

RGB239146120-
CMYK00.390.500.06
HSL13.11º78.81%70.39%-
HSV(B)13.11º49.79%93.73%-
XYZ49.2740.2622.94-
YUV170.8499.31176.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.33%
GREEN value IS 146 (57.42% from 255) = 28.91%
BLUE value IS 120 (47.27% from 255) = 23.76%
R=47.33%
G=28.91%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914612000.390.500.0613.1178.8170.39
HexEF9278027326d4f46
Octal35722217004762615117106
Binary111011111001001011110000100111110010110110110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9278; }

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

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

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

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

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

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

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

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