Html Css Color HEX #EC8976 Dark Salmon

📋 copy color: '#EC8976'

red 236 ◦ green 137 ◦ blue 118

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

Shades of Dark Salmon #EC8976

Tints of Dark Salmon #EC8976

RGB

 RED value IS 236 (92.58% from 255) = 48.07%

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

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

R = 48.07%
G = 27.9%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#EC8976 (or 0xEC8976) is known color: Dark Salmon. HEX triplet: EC, 89 and 76. RGB value is (236,137,118). Sum of RGB (Red+Green+Blue) = 236+137+118=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8976 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8976 is #137689. Grayscale: #A4A4A4. Windows color (decimal): -1275530 or 7768556. OLE color: 7768556.

HSL color Cylindrical-coordinate representation of color #EC8976: hue angle of 9.66º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC8976 is Cyan = 0, Magento = 0.42, Yellow = 0.5 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 137 118 -
CMYK 0 0.42 0.5 0.07
HSL 9.66º 0.76% 0.69% -
HSV(B) 9.66º 0.5% 0.93% -
XYZ 46.81 37.03 21.82 -
YUV 164.44 101.8 179.04 -
System Red Green Blue C M Y K H S L
Decimal 236 137 118 0 0.42 0.5 0.07 9.66 0.76 0.69
Hex EC 89 76 0 2A 32 7 A 4C 45
Octal 354 211 166 0 52 62 7 12 114 105
Binary 11101100 10001001 1110110 0 101010 110010 111 1010 1001100 1000101

Color Harmonies of #EC8976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8976

Black with #EC8976

Text Example


Text Example

White with #EC8976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8976; }

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

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

background-color css

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

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

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

border-color css

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

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

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