#ED8669

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

Shades of Salmon #ED8669

Tints of Salmon #ED8669

Color information

#ED8669 (or 0xED8669) is unknown color: approx Salmon. HEX triplet: ED, 86 and 69. RGB value is (237,134,105). Sum of RGB (Red+Green+Blue) = 237+134+105=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8669 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8669 is #127996. Grayscale: #A1A1A1. Windows color (decimal): -1210775 or 6915821. OLE color: 6915821.

HSL color Cylindrical-coordinate representation of color #ED8669: hue angle of 13.18º 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 #ED8669 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB237134105-
CMYK00.430.560.07
HSL13.18º78.57%67.06%-
HSV(B)13.18º55.7%92.94%-
XYZ4636.0717.9-
YUV161.4996.12181.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.79%
GREEN value IS 134 (52.73% from 255) = 28.15%
BLUE value IS 105 (41.41% from 255) = 22.06%
R=49.79%
G=28.15%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713410500.430.560.0713.1878.5767.06
HexED866902B387d4f43
Octal35520615105370715117103
Binary111011011000011011010010101011111000111110110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8669; }

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

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

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

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

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

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

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

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