Html Css Color HEX #EC9670 Dark Salmon

📋 copy color: '#EC9670'

red 236 ◦ green 150 ◦ blue 112

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

Shades of Dark Salmon #EC9670

Tints of Dark Salmon #EC9670

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.12%

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

R = 47.39%
G = 30.12%
B = 22.49%

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

#EC9670 (or 0xEC9670) is known color: Dark Salmon. HEX triplet: EC, 96 and 70. RGB value is (236,150,112). Sum of RGB (Red+Green+Blue) = 236+150+112=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9670 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9670 is #13698F. Grayscale: #ABABAB. Windows color (decimal): -1272208 or 7378668. OLE color: 7378668.

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

Color convert

RGB 236 150 112 -
CMYK 0 0.36 0.53 0.07
HSL 18.39º 0.77% 0.68% -
HSV(B) 18.39º 0.53% 0.93% -
XYZ 48.42 40.82 20.66 -
YUV 171.38 94.49 174.09 -
System Red Green Blue C M Y K H S L
Decimal 236 150 112 0 0.36 0.53 0.07 18.39 0.77 0.68
Hex EC 96 70 0 24 35 7 12 4D 44
Octal 354 226 160 0 44 65 7 22 115 104
Binary 11101100 10010110 1110000 0 100100 110101 111 10010 1001101 1000100

Color Harmonies of #EC9670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9670

Black with #EC9670

Text Example


Text Example

White with #EC9670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9670; }

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

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

background-color css

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

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

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

border-color css

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

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

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