Html Css Color HEX #EC9879 Dark Salmon

📋 copy color: '#EC9879'

red 236 ◦ green 152 ◦ blue 121

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

Shades of Dark Salmon #EC9879

Tints of Dark Salmon #EC9879

RGB

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

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

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

R = 46.37%
G = 29.86%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC9879 (or 0xEC9879) is known color: Dark Salmon. HEX triplet: EC, 98 and 79. RGB value is (236,152,121). Sum of RGB (Red+Green+Blue) = 236+152+121=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 152 (59.77% from 255 or 29.86% from 509); Blue value is 121 (47.66% from 255 or 23.77% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9879 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9879 is #136786. Grayscale: #ADADAD. Windows color (decimal): -1271687 or 7969004. OLE color: 7969004.

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

Color convert

RGB 236 152 121 -
CMYK 0 0.36 0.49 0.07
HSL 16.17º 0.75% 0.7% -
HSV(B) 16.17º 0.49% 0.93% -
XYZ 49.27 41.67 23.54 -
YUV 173.58 98.33 172.52 -
System Red Green Blue C M Y K H S L
Decimal 236 152 121 0 0.36 0.49 0.07 16.17 0.75 0.7
Hex EC 98 79 0 24 31 7 10 4B 46
Octal 354 230 171 0 44 61 7 20 113 106
Binary 11101100 10011000 1111001 0 100100 110001 111 10000 1001011 1000110

Color Harmonies of #EC9879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9879

Black with #EC9879

Text Example


Text Example

White with #EC9879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9879; }

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

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

background-color css

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

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

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

border-color css

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

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

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