Html Css Color HEX #ED9180 Dark Salmon

📋 copy color: '#ED9180'

red 237 ◦ green 145 ◦ blue 128

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

Shades of Dark Salmon #ED9180

Tints of Dark Salmon #ED9180

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.43%

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

R = 46.47%
G = 28.43%
B = 25.1%

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

#ED9180 (or 0xED9180) is known color: Dark Salmon. HEX triplet: ED, 91 and 80. RGB value is (237,145,128). Sum of RGB (Red+Green+Blue) = 237+145+128=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 145 (57.03% from 255 or 28.43% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9180 is #126E7F. Grayscale: #AAAAAA. Windows color (decimal): -1207936 or 8425965. OLE color: 8425965.

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

Color convert

RGB 237 145 128 -
CMYK 0 0.39 0.46 0.07
HSL 9.36º 0.75% 0.72% -
HSV(B) 9.36º 0.46% 0.93% -
XYZ 48.95 39.81 25.53 -
YUV 170.57 103.98 175.38 -
System Red Green Blue C M Y K H S L
Decimal 237 145 128 0 0.39 0.46 0.07 9.36 0.75 0.72
Hex ED 91 80 0 27 2E 7 9 4B 48
Octal 355 221 200 0 47 56 7 11 113 110
Binary 11101101 10010001 10000000 0 100111 101110 111 1001 1001011 1001000

Color Harmonies of #ED9180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9180

Black with #ED9180

Text Example


Text Example

White with #ED9180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9180; }

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

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

background-color css

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

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

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

border-color css

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

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

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