Html Css Color HEX #EC996E Dark Salmon

📋 copy color: '#EC996E'

red 236 ◦ green 153 ◦ blue 110

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

Shades of Dark Salmon #EC996E

Tints of Dark Salmon #EC996E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.66%

 BLUE value IS 110 (43.36% from 255) = 22.04%

R = 47.29%
G = 30.66%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC996E (or 0xEC996E) is known color: Dark Salmon. HEX triplet: EC, 99 and 6E. RGB value is (236,153,110). Sum of RGB (Red+Green+Blue) = 236+153+110=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 110 (43.36% from 255 or 22.04% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC996E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC996E is #136691. Grayscale: #ADADAD. Windows color (decimal): -1271442 or 7248364. OLE color: 7248364.

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

Color convert

RGB 236 153 110 -
CMYK 0 0.35 0.53 0.07
HSL 20.48º 0.77% 0.68% -
HSV(B) 20.48º 0.53% 0.93% -
XYZ 48.8 41.74 20.24 -
YUV 172.92 92.5 173 -
System Red Green Blue C M Y K H S L
Decimal 236 153 110 0 0.35 0.53 0.07 20.48 0.77 0.68
Hex EC 99 6E 0 23 35 7 14 4D 44
Octal 354 231 156 0 43 65 7 24 115 104
Binary 11101100 10011001 1101110 0 100011 110101 111 10100 1001101 1000100

Color Harmonies of #EC996E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC996E

Black with #EC996E

Text Example


Text Example

White with #EC996E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC996E; }

 p { color: rgb(236,153,110); }

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

background-color css

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

 a { background-color: rgb(236,153,110); }

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

border-color css

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

 span { border-color: rgb(236,153,110); }

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