Html Css Color HEX #ED9080 Dark Salmon

📋 copy color: '#ED9080'

red 237 ◦ green 144 ◦ blue 128

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

Shades of Dark Salmon #ED9080

Tints of Dark Salmon #ED9080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.29%

 BLUE value IS 128 (50.39% from 255) = 25.15%

R = 46.56%
G = 28.29%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED9080 (or 0xED9080) is known color: Dark Salmon. HEX triplet: ED, 90 and 80. RGB value is (237,144,128). Sum of RGB (Red+Green+Blue) = 237+144+128=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9080 is #126F7F. Grayscale: #AAAAAA. Windows color (decimal): -1208192 or 8425709. OLE color: 8425709.

HSL color Cylindrical-coordinate representation of color #ED9080: hue angle of 8.81º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED9080 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 144 128 -
CMYK 0 0.39 0.46 0.07
HSL 8.81º 0.75% 0.72% -
HSV(B) 8.81º 0.46% 0.93% -
XYZ 48.79 39.51 25.48 -
YUV 169.98 104.31 175.8 -
System Red Green Blue C M Y K H S L
Decimal 237 144 128 0 0.39 0.46 0.07 8.81 0.75 0.72
Hex ED 90 80 0 27 2E 7 9 4B 48
Octal 355 220 200 0 47 56 7 11 113 110
Binary 11101101 10010000 10000000 0 100111 101110 111 1001 1001011 1001000

Color Harmonies of #ED9080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9080

Black with #ED9080

Text Example


Text Example

White with #ED9080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9080; }

 p { color: rgb(237,144,128); }

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

background-color css

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

 a { background-color: rgb(237,144,128); }

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

border-color css

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

 span { border-color: rgb(237,144,128); }

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