Html Css Color HEX #EC9471 Dark Salmon

📋 copy color: '#EC9471'

red 236 ◦ green 148 ◦ blue 113

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

Shades of Dark Salmon #EC9471

Tints of Dark Salmon #EC9471

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.78%

 BLUE value IS 113 (44.53% from 255) = 22.74%

R = 47.48%
G = 29.78%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC9471 (or 0xEC9471) is known color: Dark Salmon. HEX triplet: EC, 94 and 71. RGB value is (236,148,113). Sum of RGB (Red+Green+Blue) = 236+148+113=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9471 is #136B8E. Grayscale: #AAAAAA. Windows color (decimal): -1272719 or 7443692. OLE color: 7443692.

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

Color convert

RGB 236 148 113 -
CMYK 0 0.37 0.52 0.07
HSL 17.07º 0.76% 0.68% -
HSV(B) 17.07º 0.52% 0.93% -
XYZ 48.16 40.2 20.84 -
YUV 170.32 95.65 174.85 -
System Red Green Blue C M Y K H S L
Decimal 236 148 113 0 0.37 0.52 0.07 17.07 0.76 0.68
Hex EC 94 71 0 25 34 7 11 4C 44
Octal 354 224 161 0 45 64 7 21 114 104
Binary 11101100 10010100 1110001 0 100101 110100 111 10001 1001100 1000100

Color Harmonies of #EC9471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9471

Black with #EC9471

Text Example


Text Example

White with #EC9471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9471; }

 p { color: rgb(236,148,113); }

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

background-color css

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

 a { background-color: rgb(236,148,113); }

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

border-color css

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

 span { border-color: rgb(236,148,113); }

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