#ED8069

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

Shades of Salmon #ED8069

Tints of Salmon #ED8069

Color information

#ED8069 (or 0xED8069) is unknown color: approx Salmon. HEX triplet: ED, 80 and 69. RGB value is (237,128,105). Sum of RGB (Red+Green+Blue) = 237+128+105=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8069 is #127F96. Grayscale: #9E9E9E. Windows color (decimal): -1212311 or 6914285. OLE color: 6914285.

HSL color Cylindrical-coordinate representation of color #ED8069: hue angle of 10.45º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED8069 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB237128105-
CMYK00.460.560.07
HSL10.45º78.57%67.06%-
HSV(B)10.45º55.7%92.94%-
XYZ45.1934.4617.63-
YUV157.9798.11184.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.43%
GREEN value IS 128 (50.39% from 255) = 27.23%
BLUE value IS 105 (41.41% from 255) = 22.34%
R=50.43%
G=27.23%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712810500.460.560.0710.4578.5767.06
HexED806902E387a4f43
Octal35520015105670712117103
Binary111011011000000011010010101110111000111101010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8069; }

 p { color: rgb(237,128,105); }

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

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

 a { background-color: rgb(237,128,105); }

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

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

 span { border-color: rgb(237,128,105); }

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