Html Css Color HEX #EC9079 Dark Salmon

📋 copy color: '#EC9079'

red 236 ◦ green 144 ◦ blue 121

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

Shades of Dark Salmon #EC9079

Tints of Dark Salmon #EC9079

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.74%

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

R = 47.11%
G = 28.74%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC9079 (or 0xEC9079) is known color: Dark Salmon. HEX triplet: EC, 90 and 79. RGB value is (236,144,121). Sum of RGB (Red+Green+Blue) = 236+144+121=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 121 (47.66% from 255 or 24.15% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9079 is #136F86. Grayscale: #A9A9A9. Windows color (decimal): -1273735 or 7966956. OLE color: 7966956.

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

Color convert

RGB 236 144 121 -
CMYK 0 0.39 0.49 0.07
HSL 12º 0.75% 0.7% -
HSV(B) 12º 0.49% 0.93% -
XYZ 48.02 39.16 23.12 -
YUV 168.89 100.98 175.87 -
System Red Green Blue C M Y K H S L
Decimal 236 144 121 0 0.39 0.49 0.07 12 0.75 0.7
Hex EC 90 79 0 27 31 7 C 4B 46
Octal 354 220 171 0 47 61 7 14 113 106
Binary 11101100 10010000 1111001 0 100111 110001 111 1100 1001011 1000110

Color Harmonies of #EC9079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9079

Black with #EC9079

Text Example


Text Example

White with #EC9079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9079; }

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

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

background-color css

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

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

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

border-color css

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

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

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