Html Css Color HEX #EC9772 Dark Salmon

📋 copy color: '#EC9772'

red 236 ◦ green 151 ◦ blue 114

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

Shades of Dark Salmon #EC9772

Tints of Dark Salmon #EC9772

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.14%

 BLUE value IS 114 (44.92% from 255) = 22.75%

R = 47.11%
G = 30.14%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC9772 (or 0xEC9772) is known color: Dark Salmon. HEX triplet: EC, 97 and 72. RGB value is (236,151,114). Sum of RGB (Red+Green+Blue) = 236+151+114=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9772 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9772 is #13688D. Grayscale: #ACACAC. Windows color (decimal): -1271950 or 7509996. OLE color: 7509996.

HSL color Cylindrical-coordinate representation of color #EC9772: hue angle of 18.2º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC9772 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 151 114 -
CMYK 0 0.36 0.52 0.07
HSL 18.2º 0.76% 0.69% -
HSV(B) 18.2º 0.52% 0.93% -
XYZ 48.7 41.18 21.3 -
YUV 172.2 95.16 173.51 -
System Red Green Blue C M Y K H S L
Decimal 236 151 114 0 0.36 0.52 0.07 18.2 0.76 0.69
Hex EC 97 72 0 24 34 7 12 4C 45
Octal 354 227 162 0 44 64 7 22 114 105
Binary 11101100 10010111 1110010 0 100100 110100 111 10010 1001100 1000101

Color Harmonies of #EC9772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9772

Black with #EC9772

Text Example


Text Example

White with #EC9772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9772; }

 p { color: rgb(236,151,114); }

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

background-color css

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

 a { background-color: rgb(236,151,114); }

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

border-color css

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

 span { border-color: rgb(236,151,114); }

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