Html Css Color HEX #ED9777 Dark Salmon

📋 copy color: '#ED9777'

red 237 ◦ green 151 ◦ blue 119

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

Shades of Dark Salmon #ED9777

Tints of Dark Salmon #ED9777

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.78%

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

R = 46.75%
G = 29.78%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ED9777 (or 0xED9777) is known color: Dark Salmon. HEX triplet: ED, 97 and 77. RGB value is (237,151,119). Sum of RGB (Red+Green+Blue) = 237+151+119=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9777 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9777 is #126888. Grayscale: #ADADAD. Windows color (decimal): -1206409 or 7837677. OLE color: 7837677.

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

Color convert

RGB 237 151 119 -
CMYK 0 0.36 0.50 0.07
HSL 16.27º 0.77% 0.7% -
HSV(B) 16.27º 0.5% 0.93% -
XYZ 49.32 41.47 22.86 -
YUV 173.07 97.49 173.6 -
System Red Green Blue C M Y K H S L
Decimal 237 151 119 0 0.36 0.50 0.07 16.27 0.77 0.7
Hex ED 97 77 0 24 32 7 10 4D 46
Octal 355 227 167 0 44 62 7 20 115 106
Binary 11101101 10010111 1110111 0 100100 110010 111 10000 1001101 1000110

Color Harmonies of #ED9777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9777

Black with #ED9777

Text Example


Text Example

White with #ED9777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9777; }

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

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

background-color css

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

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

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

border-color css

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

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

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