Html Css Color HEX #ED986B Dark Salmon

📋 copy color: '#ED986B'

red 237 ◦ green 152 ◦ blue 107

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

Shades of Dark Salmon #ED986B

Tints of Dark Salmon #ED986B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.57%

R = 47.78%
G = 30.65%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED986B (or 0xED986B) is known color: Dark Salmon. HEX triplet: ED, 98 and 6B. RGB value is (237,152,107). Sum of RGB (Red+Green+Blue) = 237+152+107=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 107 (42.19% from 255 or 21.57% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED986B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED986B is #126794. Grayscale: #ACACAC. Windows color (decimal): -1206165 or 7051501. OLE color: 7051501.

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

Color convert

RGB 237 152 107 -
CMYK 0 0.36 0.55 0.07
HSL 20.77º 0.78% 0.67% -
HSV(B) 20.77º 0.55% 0.93% -
XYZ 48.81 41.52 19.35 -
YUV 172.29 91.16 174.16 -
System Red Green Blue C M Y K H S L
Decimal 237 152 107 0 0.36 0.55 0.07 20.77 0.78 0.67
Hex ED 98 6B 0 24 37 7 15 4E 43
Octal 355 230 153 0 44 67 7 25 116 103
Binary 11101101 10011000 1101011 0 100100 110111 111 10101 1001110 1000011

Color Harmonies of #ED986B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED986B

Black with #ED986B

Text Example


Text Example

White with #ED986B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED986B; }

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

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

background-color css

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

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

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

border-color css

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

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

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