Html Css Color HEX #ED856F Salmon

📋 copy color: '#ED856F'

red 237 ◦ green 133 ◦ blue 111

#ED856F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salmon #ED856F

Tints of Salmon #ED856F

RGB

 RED value IS 237 (92.97% from 255) = 49.27%

 GREEN value IS 133 (52.34% from 255) = 27.65%

 BLUE value IS 111 (43.75% from 255) = 23.08%

R = 49.27%
G = 27.65%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED856F (or 0xED856F) is known color: Salmon. HEX triplet: ED, 85 and 6F. RGB value is (237,133,111). Sum of RGB (Red+Green+Blue) = 237+133+111=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED856F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED856F is #127A90. Grayscale: #A1A1A1. Windows color (decimal): -1211025 or 7308781. OLE color: 7308781.

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

Color convert

RGB 237 133 111 -
CMYK 0 0.44 0.53 0.07
HSL 10.48º 0.78% 0.68% -
HSV(B) 10.48º 0.53% 0.93% -
XYZ 46.18 35.93 19.54 -
YUV 161.59 99.46 181.79 -
System Red Green Blue C M Y K H S L
Decimal 237 133 111 0 0.44 0.53 0.07 10.48 0.78 0.68
Hex ED 85 6F 0 2C 35 7 A 4E 44
Octal 355 205 157 0 54 65 7 12 116 104
Binary 11101101 10000101 1101111 0 101100 110101 111 1010 1001110 1000100

Color Harmonies of #ED856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED856F

Black with #ED856F

Text Example


Text Example

White with #ED856F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED856F; }

 p { color: rgb(237,133,111); }

 H1.HeaderClassName
 {
   color: #ED856F;
 }
 .AnyTagClassName
 {
   color: #ED856F;
 }
</style>

background-color css

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

 a { background-color: rgb(237,133,111); }

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

border-color css

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

 span { border-color: rgb(237,133,111); }

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