Html Css Color HEX #EC9979 Dark Salmon

📋 copy color: '#EC9979'

red 236 ◦ green 153 ◦ blue 121

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

Shades of Dark Salmon #EC9979

Tints of Dark Salmon #EC9979

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30%

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

R = 46.27%
G = 30%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC9979 (or 0xEC9979) is known color: Dark Salmon. HEX triplet: EC, 99 and 79. RGB value is (236,153,121). Sum of RGB (Red+Green+Blue) = 236+153+121=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 121 (47.66% from 255 or 23.73% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9979 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9979 is #136686. Grayscale: #AEAEAE. Windows color (decimal): -1271431 or 7969260. OLE color: 7969260.

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

Color convert

RGB 236 153 121 -
CMYK 0 0.35 0.49 0.07
HSL 16.7º 0.75% 0.7% -
HSV(B) 16.7º 0.49% 0.93% -
XYZ 49.43 42 23.59 -
YUV 174.17 98 172.1 -
System Red Green Blue C M Y K H S L
Decimal 236 153 121 0 0.35 0.49 0.07 16.7 0.75 0.7
Hex EC 99 79 0 23 31 7 11 4B 46
Octal 354 231 171 0 43 61 7 21 113 106
Binary 11101100 10011001 1111001 0 100011 110001 111 10001 1001011 1000110

Color Harmonies of #EC9979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9979

Black with #EC9979

Text Example


Text Example

White with #EC9979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9979; }

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

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

background-color css

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

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

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

border-color css

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

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

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