Html Css Color HEX #EC9277 Dark Salmon

📋 copy color: '#EC9277'

red 236 ◦ green 146 ◦ blue 119

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

Shades of Dark Salmon #EC9277

Tints of Dark Salmon #EC9277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.75%

R = 47.11%
G = 29.14%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC9277 (or 0xEC9277) is known color: Dark Salmon. HEX triplet: EC, 92 and 77. RGB value is (236,146,119). Sum of RGB (Red+Green+Blue) = 236+146+119=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 119 (46.88% from 255 or 23.75% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9277 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9277 is #136D88. Grayscale: #AAAAAA. Windows color (decimal): -1273225 or 7836396. OLE color: 7836396.

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

Color convert

RGB 236 146 119 -
CMYK 0 0.38 0.50 0.07
HSL 13.85º 0.75% 0.7% -
HSV(B) 13.85º 0.5% 0.93% -
XYZ 48.2 39.72 22.58 -
YUV 169.83 99.32 175.2 -
System Red Green Blue C M Y K H S L
Decimal 236 146 119 0 0.38 0.50 0.07 13.85 0.75 0.7
Hex EC 92 77 0 26 32 7 E 4B 46
Octal 354 222 167 0 46 62 7 16 113 106
Binary 11101100 10010010 1110111 0 100110 110010 111 1110 1001011 1000110

Color Harmonies of #EC9277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9277

Black with #EC9277

Text Example


Text Example

White with #EC9277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9277; }

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

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

background-color css

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

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

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

border-color css

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

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

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