Html Css Color HEX #EC9E70 Dark Salmon

📋 copy color: '#EC9E70'

red 236 ◦ green 158 ◦ blue 112

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

Shades of Dark Salmon #EC9E70

Tints of Dark Salmon #EC9E70

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.23%

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

R = 46.64%
G = 31.23%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC9E70 (or 0xEC9E70) is known color: Dark Salmon. HEX triplet: EC, 9E and 70. RGB value is (236,158,112). Sum of RGB (Red+Green+Blue) = 236+158+112=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9E70 is #13618F. Grayscale: #B0B0B0. Windows color (decimal): -1270160 or 7380716. OLE color: 7380716.

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

Color convert

RGB 236 158 112 -
CMYK 0 0.33 0.53 0.07
HSL 22.26º 0.77% 0.68% -
HSV(B) 22.26º 0.53% 0.93% -
XYZ 49.74 43.46 21.1 -
YUV 176.08 91.84 170.74 -
System Red Green Blue C M Y K H S L
Decimal 236 158 112 0 0.33 0.53 0.07 22.26 0.77 0.68
Hex EC 9E 70 0 21 35 7 16 4D 44
Octal 354 236 160 0 41 65 7 26 115 104
Binary 11101100 10011110 1110000 0 100001 110101 111 10110 1001101 1000100

Color Harmonies of #EC9E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9E70

Black with #EC9E70

Text Example


Text Example

White with #EC9E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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