Html Css Color HEX #ED986F Dark Salmon

📋 copy color: '#ED986F'

red 237 ◦ green 152 ◦ blue 111

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

Shades of Dark Salmon #ED986F

Tints of Dark Salmon #ED986F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.4%

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

R = 47.4%
G = 30.4%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED986F (or 0xED986F) is known color: Dark Salmon. HEX triplet: ED, 98 and 6F. RGB value is (237,152,111). Sum of RGB (Red+Green+Blue) = 237+152+111=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #ED986F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED986F is #126790. Grayscale: #ACACAC. Windows color (decimal): -1206161 or 7313645. OLE color: 7313645.

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

Color convert

RGB 237 152 111 -
CMYK 0 0.36 0.53 0.07
HSL 19.52º 0.78% 0.68% -
HSV(B) 19.52º 0.53% 0.93% -
XYZ 49.02 41.61 20.49 -
YUV 172.74 93.16 173.83 -
System Red Green Blue C M Y K H S L
Decimal 237 152 111 0 0.36 0.53 0.07 19.52 0.78 0.68
Hex ED 98 6F 0 24 35 7 14 4E 44
Octal 355 230 157 0 44 65 7 24 116 104
Binary 11101101 10011000 1101111 0 100100 110101 111 10100 1001110 1000100

Color Harmonies of #ED986F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED986F

Black with #ED986F

Text Example


Text Example

White with #ED986F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED986F; }

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

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

background-color css

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

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

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

border-color css

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

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

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