Html Css Color HEX #EC9476 Dark Salmon

📋 copy color: '#EC9476'

red 236 ◦ green 148 ◦ blue 118

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

Shades of Dark Salmon #EC9476

Tints of Dark Salmon #EC9476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.51%

R = 47.01%
G = 29.48%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#EC9476 (or 0xEC9476) is known color: Dark Salmon. HEX triplet: EC, 94 and 76. RGB value is (236,148,118). Sum of RGB (Red+Green+Blue) = 236+148+118=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9476 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9476 is #136B89. Grayscale: #ABABAB. Windows color (decimal): -1272714 or 7771372. OLE color: 7771372.

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

Color convert

RGB 236 148 118 -
CMYK 0 0.37 0.5 0.07
HSL 15.25º 0.76% 0.69% -
HSV(B) 15.25º 0.5% 0.93% -
XYZ 48.45 40.32 22.37 -
YUV 170.89 98.15 174.44 -
System Red Green Blue C M Y K H S L
Decimal 236 148 118 0 0.37 0.5 0.07 15.25 0.76 0.69
Hex EC 94 76 0 25 32 7 F 4C 45
Octal 354 224 166 0 45 62 7 17 114 105
Binary 11101100 10010100 1110110 0 100101 110010 111 1111 1001100 1000101

Color Harmonies of #EC9476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9476

Black with #EC9476

Text Example


Text Example

White with #EC9476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9476; }

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

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

background-color css

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

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

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

border-color css

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

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

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