#ED8671

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

Shades of Salmon #ED8671

Tints of Salmon #ED8671

Color information

#ED8671 (or 0xED8671) is unknown color: approx Salmon. HEX triplet: ED, 86 and 71. RGB value is (237,134,113). Sum of RGB (Red+Green+Blue) = 237+134+113=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8671 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8671 is #12798E. Grayscale: #A2A2A2. Windows color (decimal): -1210767 or 7440109. OLE color: 7440109.

HSL color Cylindrical-coordinate representation of color #ED8671: hue angle of 10.16º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED8671 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB237134113-
CMYK00.430.520.07
HSL10.16º77.5%68.63%-
HSV(B)10.16º52.32%92.94%-
XYZ46.4336.2520.17-
YUV162.4100.12181.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.97%
GREEN value IS 134 (52.73% from 255) = 27.69%
BLUE value IS 113 (44.53% from 255) = 23.35%
R=48.97%
G=27.69%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713411300.430.520.0710.1677.568.63
HexED867102B347a4e45
Octal35520616105364712116105
Binary111011011000011011100010101011110100111101010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8671; }

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

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

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

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

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

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

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

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