Html Css Color HEX #EC9479 Dark Salmon

📋 copy color: '#EC9479'

red 236 ◦ green 148 ◦ blue 121

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

Shades of Dark Salmon #EC9479

Tints of Dark Salmon #EC9479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.96%

R = 46.73%
G = 29.31%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC9479 (or 0xEC9479) is known color: Dark Salmon. HEX triplet: EC, 94 and 79. RGB value is (236,148,121). Sum of RGB (Red+Green+Blue) = 236+148+121=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 121 (47.66% from 255 or 23.96% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9479 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9479 is #136B86. Grayscale: #ABABAB. Windows color (decimal): -1272711 or 7967980. OLE color: 7967980.

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

Color convert

RGB 236 148 121 -
CMYK 0 0.37 0.49 0.07
HSL 14.09º 0.75% 0.7% -
HSV(B) 14.09º 0.49% 0.93% -
XYZ 48.63 40.39 23.32 -
YUV 171.23 99.65 174.2 -
System Red Green Blue C M Y K H S L
Decimal 236 148 121 0 0.37 0.49 0.07 14.09 0.75 0.7
Hex EC 94 79 0 25 31 7 E 4B 46
Octal 354 224 171 0 45 61 7 16 113 106
Binary 11101100 10010100 1111001 0 100101 110001 111 1110 1001011 1000110

Color Harmonies of #EC9479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9479

Black with #EC9479

Text Example


Text Example

White with #EC9479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9479; }

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

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

background-color css

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

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

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

border-color css

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

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

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