Html Css Color HEX #ED9A76 Dark Salmon

📋 copy color: '#ED9A76'

red 237 ◦ green 154 ◦ blue 118

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

Shades of Dark Salmon #ED9A76

Tints of Dark Salmon #ED9A76

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.26%

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

R = 46.56%
G = 30.26%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ED9A76 (or 0xED9A76) is known color: Dark Salmon. HEX triplet: ED, 9A and 76. RGB value is (237,154,118). Sum of RGB (Red+Green+Blue) = 237+154+118=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 118 (46.48% from 255 or 23.18% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9A76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9A76 is #126589. Grayscale: #AEAEAE. Windows color (decimal): -1205642 or 7772909. OLE color: 7772909.

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

Color convert

RGB 237 154 118 -
CMYK 0 0.35 0.50 0.07
HSL 18.15º 0.77% 0.7% -
HSV(B) 18.15º 0.5% 0.93% -
XYZ 49.75 42.42 22.71 -
YUV 174.71 96 172.43 -
System Red Green Blue C M Y K H S L
Decimal 237 154 118 0 0.35 0.50 0.07 18.15 0.77 0.7
Hex ED 9A 76 0 23 32 7 12 4D 46
Octal 355 232 166 0 43 62 7 22 115 106
Binary 11101101 10011010 1110110 0 100011 110010 111 10010 1001101 1000110

Color Harmonies of #ED9A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9A76

Black with #ED9A76

Text Example


Text Example

White with #ED9A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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