#EB9278

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

Shades of Dark Salmon #EB9278

Tints of Dark Salmon #EB9278

Color information

#EB9278 (or 0xEB9278) is unknown color: approx Dark Salmon. HEX triplet: EB, 92 and 78. RGB value is (235,146,120). Sum of RGB (Red+Green+Blue) = 235+146+120=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9278 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9278 is #146D87. Grayscale: #A9A9A9. Windows color (decimal): -1338760 or 7901931. OLE color: 7901931.

HSL color Cylindrical-coordinate representation of color #EB9278: hue angle of 13.57º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EB9278 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB235146120-
CMYK00.380.490.08
HSL13.57º74.19%69.61%-
HSV(B)13.57º48.94%92.16%-
XYZ47.9339.5822.88-
YUV169.6599.99174.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.91%
GREEN value IS 146 (57.42% from 255) = 29.14%
BLUE value IS 120 (47.27% from 255) = 23.95%
R=46.91%
G=29.14%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514612000.380.490.0813.5774.1969.61
HexEB9278026318e4a46
Octal353222170046611016112106
Binary1110101110010010111100001001101100011000111010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9278; }

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

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

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

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

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

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

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

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