Html Css Color HEX #EC9774 Dark Salmon

📋 copy color: '#EC9774'

red 236 ◦ green 151 ◦ blue 116

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

Shades of Dark Salmon #EC9774

Tints of Dark Salmon #EC9774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.06%

R = 46.92%
G = 30.02%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC9774 (or 0xEC9774) is known color: Dark Salmon. HEX triplet: EC, 97 and 74. RGB value is (236,151,116). Sum of RGB (Red+Green+Blue) = 236+151+116=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 116 (45.70% from 255 or 23.06% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9774 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9774 is #13688B. Grayscale: #ACACAC. Windows color (decimal): -1271948 or 7641068. OLE color: 7641068.

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

Color convert

RGB 236 151 116 -
CMYK 0 0.36 0.51 0.07
HSL 17.5º 0.76% 0.69% -
HSV(B) 17.5º 0.51% 0.93% -
XYZ 48.81 41.23 21.91 -
YUV 172.43 96.16 173.35 -
System Red Green Blue C M Y K H S L
Decimal 236 151 116 0 0.36 0.51 0.07 17.5 0.76 0.69
Hex EC 97 74 0 24 33 7 12 4C 45
Octal 354 227 164 0 44 63 7 22 114 105
Binary 11101100 10010111 1110100 0 100100 110011 111 10010 1001100 1000101

Color Harmonies of #EC9774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9774

Black with #EC9774

Text Example


Text Example

White with #EC9774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9774; }

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

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

background-color css

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

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

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

border-color css

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

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

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