Html Css Color HEX #ED9676 Dark Salmon

📋 copy color: '#ED9676'

red 237 ◦ green 150 ◦ blue 118

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

Shades of Dark Salmon #ED9676

Tints of Dark Salmon #ED9676

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.7%

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

R = 46.93%
G = 29.7%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ED9676 (or 0xED9676) is known color: Dark Salmon. HEX triplet: ED, 96 and 76. RGB value is (237,150,118). Sum of RGB (Red+Green+Blue) = 237+150+118=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9676 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9676 is #126989. Grayscale: #ACACAC. Windows color (decimal): -1206666 or 7771885. OLE color: 7771885.

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

Color convert

RGB 237 150 118 -
CMYK 0 0.37 0.50 0.07
HSL 16.13º 0.77% 0.7% -
HSV(B) 16.13º 0.5% 0.93% -
XYZ 49.1 41.13 22.49 -
YUV 172.37 97.32 174.1 -
System Red Green Blue C M Y K H S L
Decimal 237 150 118 0 0.37 0.50 0.07 16.13 0.77 0.7
Hex ED 96 76 0 25 32 7 10 4D 46
Octal 355 226 166 0 45 62 7 20 115 106
Binary 11101101 10010110 1110110 0 100101 110010 111 10000 1001101 1000110

Color Harmonies of #ED9676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9676

Black with #ED9676

Text Example


Text Example

White with #ED9676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9676; }

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

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

background-color css

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

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

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

border-color css

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

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

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