Html Css Color HEX #EC9279 Dark Salmon

📋 copy color: '#EC9279'

red 236 ◦ green 146 ◦ blue 121

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

Shades of Dark Salmon #EC9279

Tints of Dark Salmon #EC9279

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.03%

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

R = 46.92%
G = 29.03%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC9279 (or 0xEC9279) is known color: Dark Salmon. HEX triplet: EC, 92 and 79. RGB value is (236,146,121). Sum of RGB (Red+Green+Blue) = 236+146+121=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 121 (47.66% from 255 or 24.06% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9279 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9279 is #136D86. Grayscale: #AAAAAA. Windows color (decimal): -1273223 or 7967468. OLE color: 7967468.

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

Color convert

RGB 236 146 121 -
CMYK 0 0.38 0.49 0.07
HSL 13.04º 0.75% 0.7% -
HSV(B) 13.04º 0.49% 0.93% -
XYZ 48.32 39.77 23.22 -
YUV 170.06 100.32 175.03 -
System Red Green Blue C M Y K H S L
Decimal 236 146 121 0 0.38 0.49 0.07 13.04 0.75 0.7
Hex EC 92 79 0 26 31 7 D 4B 46
Octal 354 222 171 0 46 61 7 15 113 106
Binary 11101100 10010010 1111001 0 100110 110001 111 1101 1001011 1000110

Color Harmonies of #EC9279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9279

Black with #EC9279

Text Example


Text Example

White with #EC9279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9279; }

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

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

background-color css

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

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

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

border-color css

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

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

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