Html Css Color HEX #EC9A80 Dark Salmon

📋 copy color: '#EC9A80'

red 236 ◦ green 154 ◦ blue 128

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

Shades of Dark Salmon #EC9A80

Tints of Dark Salmon #EC9A80

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.73%

 BLUE value IS 128 (50.39% from 255) = 24.71%

R = 45.56%
G = 29.73%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC9A80 (or 0xEC9A80) is known color: Dark Salmon. HEX triplet: EC, 9A and 80. RGB value is (236,154,128). Sum of RGB (Red+Green+Blue) = 236+154+128=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 128 (50.39% from 255 or 24.71% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9A80 is #13657F. Grayscale: #AFAFAF. Windows color (decimal): -1271168 or 8428268. OLE color: 8428268.

HSL color Cylindrical-coordinate representation of color #EC9A80: hue angle of 14.44º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC9A80 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 154 128 -
CMYK 0 0.35 0.46 0.07
HSL 14.44º 0.74% 0.71% -
HSV(B) 14.44º 0.46% 0.93% -
XYZ 50.04 42.5 25.99 -
YUV 175.55 101.17 171.11 -
System Red Green Blue C M Y K H S L
Decimal 236 154 128 0 0.35 0.46 0.07 14.44 0.74 0.71
Hex EC 9A 80 0 23 2E 7 E 4A 47
Octal 354 232 200 0 43 56 7 16 112 107
Binary 11101100 10011010 10000000 0 100011 101110 111 1110 1001010 1000111

Color Harmonies of #EC9A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9A80

Black with #EC9A80

Text Example


Text Example

White with #EC9A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9A80; }

 p { color: rgb(236,154,128); }

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

background-color css

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

 a { background-color: rgb(236,154,128); }

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

border-color css

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

 span { border-color: rgb(236,154,128); }

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