Html Css Color HEX #ED8976 Dark Salmon

📋 copy color: '#ED8976'

red 237 ◦ green 137 ◦ blue 118

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

Shades of Dark Salmon #ED8976

Tints of Dark Salmon #ED8976

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.85%

 BLUE value IS 118 (46.48% from 255) = 23.98%

R = 48.17%
G = 27.85%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ED8976 (or 0xED8976) is known color: Dark Salmon. HEX triplet: ED, 89 and 76. RGB value is (237,137,118). Sum of RGB (Red+Green+Blue) = 237+137+118=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8976 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8976 is #127689. Grayscale: #A4A4A4. Windows color (decimal): -1209994 or 7768557. OLE color: 7768557.

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

Color convert

RGB 237 137 118 -
CMYK 0 0.42 0.50 0.07
HSL 9.58º 0.77% 0.7% -
HSV(B) 9.58º 0.5% 0.93% -
XYZ 47.14 37.2 21.84 -
YUV 164.73 101.63 179.54 -
System Red Green Blue C M Y K H S L
Decimal 237 137 118 0 0.42 0.50 0.07 9.58 0.77 0.7
Hex ED 89 76 0 2A 32 7 A 4D 46
Octal 355 211 166 0 52 62 7 12 115 106
Binary 11101101 10001001 1110110 0 101010 110010 111 1010 1001101 1000110

Color Harmonies of #ED8976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8976

Black with #ED8976

Text Example


Text Example

White with #ED8976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8976; }

 p { color: rgb(237,137,118); }

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

background-color css

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

 a { background-color: rgb(237,137,118); }

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

border-color css

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

 span { border-color: rgb(237,137,118); }

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