Html Css Color HEX #ED9F77 Dark Salmon

📋 copy color: '#ED9F77'

red 237 ◦ green 159 ◦ blue 119

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

Shades of Dark Salmon #ED9F77

Tints of Dark Salmon #ED9F77

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.87%

 BLUE value IS 119 (46.88% from 255) = 23.11%

R = 46.02%
G = 30.87%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ED9F77 (or 0xED9F77) is known color: Dark Salmon. HEX triplet: ED, 9F and 77. RGB value is (237,159,119). Sum of RGB (Red+Green+Blue) = 237+159+119=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 119 (46.88% from 255 or 23.11% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9F77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9F77 is #126088. Grayscale: #B1B1B1. Windows color (decimal): -1204361 or 7839725. OLE color: 7839725.

HSL color Cylindrical-coordinate representation of color #ED9F77: hue angle of 20.34º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED9F77 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 159 119 -
CMYK 0 0.33 0.50 0.07
HSL 20.34º 0.77% 0.7% -
HSV(B) 20.34º 0.5% 0.93% -
XYZ 50.65 44.13 23.3 -
YUV 177.76 94.84 170.25 -
System Red Green Blue C M Y K H S L
Decimal 237 159 119 0 0.33 0.50 0.07 20.34 0.77 0.7
Hex ED 9F 77 0 21 32 7 14 4D 46
Octal 355 237 167 0 41 62 7 24 115 106
Binary 11101101 10011111 1110111 0 100001 110010 111 10100 1001101 1000110

Color Harmonies of #ED9F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9F77

Black with #ED9F77

Text Example


Text Example

White with #ED9F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9F77; }

 p { color: rgb(237,159,119); }

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

background-color css

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

 a { background-color: rgb(237,159,119); }

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

border-color css

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

 span { border-color: rgb(237,159,119); }

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