Html Css Color HEX #ED9577 Dark Salmon

📋 copy color: '#ED9577'

red 237 ◦ green 149 ◦ blue 119

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

Shades of Dark Salmon #ED9577

Tints of Dark Salmon #ED9577

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.5%

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

R = 46.93%
G = 29.5%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ED9577 (or 0xED9577) is known color: Dark Salmon. HEX triplet: ED, 95 and 77. RGB value is (237,149,119). Sum of RGB (Red+Green+Blue) = 237+149+119=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 119 (46.88% from 255 or 23.56% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9577 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9577 is #126A88. Grayscale: #ACACAC. Windows color (decimal): -1206921 or 7837165. OLE color: 7837165.

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

Color convert

RGB 237 149 119 -
CMYK 0 0.37 0.50 0.07
HSL 15.25º 0.77% 0.7% -
HSV(B) 15.25º 0.5% 0.93% -
XYZ 49 40.83 22.75 -
YUV 171.89 98.15 174.44 -
System Red Green Blue C M Y K H S L
Decimal 237 149 119 0 0.37 0.50 0.07 15.25 0.77 0.7
Hex ED 95 77 0 25 32 7 F 4D 46
Octal 355 225 167 0 45 62 7 17 115 106
Binary 11101101 10010101 1110111 0 100101 110010 111 1111 1001101 1000110

Color Harmonies of #ED9577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9577

Black with #ED9577

Text Example


Text Example

White with #ED9577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9577; }

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

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

background-color css

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

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

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

border-color css

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

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

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