Html Css Color HEX #EC8979 Dark Salmon

📋 copy color: '#EC8979'

red 236 ◦ green 137 ◦ blue 121

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

Shades of Dark Salmon #EC8979

Tints of Dark Salmon #EC8979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.49%

R = 47.77%
G = 27.73%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC8979 (or 0xEC8979) is known color: Dark Salmon. HEX triplet: EC, 89 and 79. RGB value is (236,137,121). Sum of RGB (Red+Green+Blue) = 236+137+121=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 121 (47.66% from 255 or 24.49% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8979 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8979 is #137686. Grayscale: #A4A4A4. Windows color (decimal): -1275527 or 7965164. OLE color: 7965164.

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

Color convert

RGB 236 137 121 -
CMYK 0 0.42 0.49 0.07
HSL 8.35º 0.75% 0.7% -
HSV(B) 8.35º 0.49% 0.93% -
XYZ 46.99 37.1 22.77 -
YUV 164.78 103.3 178.8 -
System Red Green Blue C M Y K H S L
Decimal 236 137 121 0 0.42 0.49 0.07 8.35 0.75 0.7
Hex EC 89 79 0 2A 31 7 8 4B 46
Octal 354 211 171 0 52 61 7 10 113 106
Binary 11101100 10001001 1111001 0 101010 110001 111 1000 1001011 1000110

Color Harmonies of #EC8979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8979

Black with #EC8979

Text Example


Text Example

White with #EC8979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8979; }

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

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

background-color css

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

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

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

border-color css

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

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

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