Html Css Color HEX #EC9870 Dark Salmon

📋 copy color: '#EC9870'

red 236 ◦ green 152 ◦ blue 112

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

Shades of Dark Salmon #EC9870

Tints of Dark Salmon #EC9870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.4%

R = 47.2%
G = 30.4%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC9870 (or 0xEC9870) is known color: Dark Salmon. HEX triplet: EC, 98 and 70. RGB value is (236,152,112). Sum of RGB (Red+Green+Blue) = 236+152+112=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9870 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9870 is #13678F. Grayscale: #ACACAC. Windows color (decimal): -1271696 or 7379180. OLE color: 7379180.

HSL color Cylindrical-coordinate representation of color #EC9870: hue angle of 19.35º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC9870 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 152 112 -
CMYK 0 0.36 0.53 0.07
HSL 19.35º 0.77% 0.68% -
HSV(B) 19.35º 0.53% 0.93% -
XYZ 48.74 41.46 20.76 -
YUV 172.56 93.83 173.25 -
System Red Green Blue C M Y K H S L
Decimal 236 152 112 0 0.36 0.53 0.07 19.35 0.77 0.68
Hex EC 98 70 0 24 35 7 13 4D 44
Octal 354 230 160 0 44 65 7 23 115 104
Binary 11101100 10011000 1110000 0 100100 110101 111 10011 1001101 1000100

Color Harmonies of #EC9870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9870

Black with #EC9870

Text Example


Text Example

White with #EC9870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9870; }

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

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

background-color css

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

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

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

border-color css

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

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

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