Html Css Color HEX #EC9977 Dark Salmon

📋 copy color: '#EC9977'

red 236 ◦ green 153 ◦ blue 119

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

Shades of Dark Salmon #EC9977

Tints of Dark Salmon #EC9977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.43%

R = 46.46%
G = 30.12%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC9977 (or 0xEC9977) is known color: Dark Salmon. HEX triplet: EC, 99 and 77. RGB value is (236,153,119). Sum of RGB (Red+Green+Blue) = 236+153+119=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 119 (46.88% from 255 or 23.43% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9977 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9977 is #136688. Grayscale: #AEAEAE. Windows color (decimal): -1271433 or 7838188. OLE color: 7838188.

HSL color Cylindrical-coordinate representation of color #EC9977: hue angle of 17.44º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC9977 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 153 119 -
CMYK 0 0.35 0.50 0.07
HSL 17.44º 0.75% 0.7% -
HSV(B) 17.44º 0.5% 0.93% -
XYZ 49.31 41.95 22.95 -
YUV 173.94 97 172.26 -
System Red Green Blue C M Y K H S L
Decimal 236 153 119 0 0.35 0.50 0.07 17.44 0.75 0.7
Hex EC 99 77 0 23 32 7 11 4B 46
Octal 354 231 167 0 43 62 7 21 113 106
Binary 11101100 10011001 1110111 0 100011 110010 111 10001 1001011 1000110

Color Harmonies of #EC9977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9977

Black with #EC9977

Text Example


Text Example

White with #EC9977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9977; }

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

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

background-color css

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

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

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

border-color css

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

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

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