Html Css Color HEX #EC9F78 Dark Salmon

📋 copy color: '#EC9F78'

red 236 ◦ green 159 ◦ blue 120

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

Shades of Dark Salmon #EC9F78

Tints of Dark Salmon #EC9F78

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.87%

 BLUE value IS 120 (47.27% from 255) = 23.3%

R = 45.83%
G = 30.87%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC9F78 (or 0xEC9F78) is known color: Dark Salmon. HEX triplet: EC, 9F and 78. RGB value is (236,159,120). Sum of RGB (Red+Green+Blue) = 236+159+120=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 120 (47.27% from 255 or 23.30% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9F78 is #136087. Grayscale: #B1B1B1. Windows color (decimal): -1269896 or 7905260. OLE color: 7905260.

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

Color convert

RGB 236 159 120 -
CMYK 0 0.33 0.49 0.07
HSL 20.17º 0.75% 0.7% -
HSV(B) 20.17º 0.49% 0.93% -
XYZ 50.38 43.99 23.6 -
YUV 177.58 95.51 169.67 -
System Red Green Blue C M Y K H S L
Decimal 236 159 120 0 0.33 0.49 0.07 20.17 0.75 0.7
Hex EC 9F 78 0 21 31 7 14 4B 46
Octal 354 237 170 0 41 61 7 24 113 106
Binary 11101100 10011111 1111000 0 100001 110001 111 10100 1001011 1000110

Color Harmonies of #EC9F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9F78

Black with #EC9F78

Text Example


Text Example

White with #EC9F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9F78; }

 p { color: rgb(236,159,120); }

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

background-color css

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

 a { background-color: rgb(236,159,120); }

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

border-color css

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

 span { border-color: rgb(236,159,120); }

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