Html Css Color HEX #ED9876 Dark Salmon

📋 copy color: '#ED9876'

red 237 ◦ green 152 ◦ blue 118

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

Shades of Dark Salmon #ED9876

Tints of Dark Salmon #ED9876

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.98%

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

R = 46.75%
G = 29.98%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ED9876 (or 0xED9876) is known color: Dark Salmon. HEX triplet: ED, 98 and 76. RGB value is (237,152,118). Sum of RGB (Red+Green+Blue) = 237+152+118=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 118 (46.48% from 255 or 23.27% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9876 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9876 is #126789. Grayscale: #ADADAD. Windows color (decimal): -1206154 or 7772397. OLE color: 7772397.

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

Color convert

RGB 237 152 118 -
CMYK 0 0.36 0.50 0.07
HSL 17.14º 0.77% 0.7% -
HSV(B) 17.14º 0.5% 0.93% -
XYZ 49.42 41.77 22.6 -
YUV 173.54 96.66 173.26 -
System Red Green Blue C M Y K H S L
Decimal 237 152 118 0 0.36 0.50 0.07 17.14 0.77 0.7
Hex ED 98 76 0 24 32 7 11 4D 46
Octal 355 230 166 0 44 62 7 21 115 106
Binary 11101101 10011000 1110110 0 100100 110010 111 10001 1001101 1000110

Color Harmonies of #ED9876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9876

Black with #ED9876

Text Example


Text Example

White with #ED9876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9876; }

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

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

background-color css

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

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

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

border-color css

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

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

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