Html Css Color HEX #EC9574 Dark Salmon

📋 copy color: '#EC9574'

red 236 ◦ green 149 ◦ blue 116

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

Shades of Dark Salmon #EC9574

Tints of Dark Salmon #EC9574

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.74%

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

R = 47.11%
G = 29.74%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC9574 (or 0xEC9574) is known color: Dark Salmon. HEX triplet: EC, 95 and 74. RGB value is (236,149,116). Sum of RGB (Red+Green+Blue) = 236+149+116=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9574 is #136A8B. Grayscale: #ABABAB. Windows color (decimal): -1272460 or 7640556. OLE color: 7640556.

HSL color Cylindrical-coordinate representation of color #EC9574: hue angle of 16.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 #EC9574 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 149 116 -
CMYK 0 0.37 0.51 0.07
HSL 16.5º 0.76% 0.69% -
HSV(B) 16.5º 0.51% 0.93% -
XYZ 48.49 40.59 21.8 -
YUV 171.25 96.82 174.18 -
System Red Green Blue C M Y K H S L
Decimal 236 149 116 0 0.37 0.51 0.07 16.5 0.76 0.69
Hex EC 95 74 0 25 33 7 10 4C 45
Octal 354 225 164 0 45 63 7 20 114 105
Binary 11101100 10010101 1110100 0 100101 110011 111 10000 1001100 1000101

Color Harmonies of #EC9574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9574

Black with #EC9574

Text Example


Text Example

White with #EC9574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9574; }

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

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

background-color css

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

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

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

border-color css

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

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

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