Html Css Color HEX #EC9478 Dark Salmon

📋 copy color: '#EC9478'

red 236 ◦ green 148 ◦ blue 120

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

Shades of Dark Salmon #EC9478

Tints of Dark Salmon #EC9478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.81%

R = 46.83%
G = 29.37%
B = 23.81%

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

#EC9478 (or 0xEC9478) is known color: Dark Salmon. HEX triplet: EC, 94 and 78. RGB value is (236,148,120). Sum of RGB (Red+Green+Blue) = 236+148+120=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 120 (47.27% from 255 or 23.81% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9478 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9478 is #136B87. Grayscale: #ABABAB. Windows color (decimal): -1272712 or 7902444. OLE color: 7902444.

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

Color convert

RGB 236 148 120 -
CMYK 0 0.37 0.49 0.07
HSL 14.48º 0.75% 0.7% -
HSV(B) 14.48º 0.49% 0.93% -
XYZ 48.57 40.37 23 -
YUV 171.12 99.15 174.28 -
System Red Green Blue C M Y K H S L
Decimal 236 148 120 0 0.37 0.49 0.07 14.48 0.75 0.7
Hex EC 94 78 0 25 31 7 E 4B 46
Octal 354 224 170 0 45 61 7 16 113 106
Binary 11101100 10010100 1111000 0 100101 110001 111 1110 1001011 1000110

Color Harmonies of #EC9478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9478

Black with #EC9478

Text Example


Text Example

White with #EC9478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9478; }

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

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

background-color css

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

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

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

border-color css

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

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

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