Html Css Color HEX #EC9C70 Dark Salmon

📋 copy color: '#EC9C70'

red 236 ◦ green 156 ◦ blue 112

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

Shades of Dark Salmon #EC9C70

Tints of Dark Salmon #EC9C70

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.95%

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

R = 46.83%
G = 30.95%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC9C70 (or 0xEC9C70) is known color: Dark Salmon. HEX triplet: EC, 9C and 70. RGB value is (236,156,112). Sum of RGB (Red+Green+Blue) = 236+156+112=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9C70 is #13638F. Grayscale: #AFAFAF. Windows color (decimal): -1270672 or 7380204. OLE color: 7380204.

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

Color convert

RGB 236 156 112 -
CMYK 0 0.34 0.53 0.07
HSL 21.29º 0.77% 0.68% -
HSV(B) 21.29º 0.53% 0.93% -
XYZ 49.41 42.78 20.98 -
YUV 174.9 92.5 171.58 -
System Red Green Blue C M Y K H S L
Decimal 236 156 112 0 0.34 0.53 0.07 21.29 0.77 0.68
Hex EC 9C 70 0 22 35 7 15 4D 44
Octal 354 234 160 0 42 65 7 25 115 104
Binary 11101100 10011100 1110000 0 100010 110101 111 10101 1001101 1000100

Color Harmonies of #EC9C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9C70

Black with #EC9C70

Text Example


Text Example

White with #EC9C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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