Html Css Color HEX #ED9770 Dark Salmon

📋 copy color: '#ED9770'

red 237 ◦ green 151 ◦ blue 112

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

Shades of Dark Salmon #ED9770

Tints of Dark Salmon #ED9770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.4%

R = 47.4%
G = 30.2%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED9770 (or 0xED9770) is known color: Dark Salmon. HEX triplet: ED, 97 and 70. RGB value is (237,151,112). Sum of RGB (Red+Green+Blue) = 237+151+112=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 151 (59.38% from 255 or 30.2% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9770 is #12688F. Grayscale: #ACACAC. Windows color (decimal): -1206416 or 7378925. OLE color: 7378925.

HSL color Cylindrical-coordinate representation of color #ED9770: hue angle of 18.72º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED9770 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 151 112 -
CMYK 0 0.36 0.53 0.07
HSL 18.72º 0.78% 0.68% -
HSV(B) 18.72º 0.53% 0.93% -
XYZ 48.92 41.31 20.72 -
YUV 172.27 93.99 174.17 -
System Red Green Blue C M Y K H S L
Decimal 237 151 112 0 0.36 0.53 0.07 18.72 0.78 0.68
Hex ED 97 70 0 24 35 7 13 4E 44
Octal 355 227 160 0 44 65 7 23 116 104
Binary 11101101 10010111 1110000 0 100100 110101 111 10011 1001110 1000100

Color Harmonies of #ED9770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9770

Black with #ED9770

Text Example


Text Example

White with #ED9770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9770; }

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

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

background-color css

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

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

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

border-color css

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

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

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