Html Css Color HEX #EC9270 Dark Salmon

📋 copy color: '#EC9270'

red 236 ◦ green 146 ◦ blue 112

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

Shades of Dark Salmon #EC9270

Tints of Dark Salmon #EC9270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.67%

R = 47.77%
G = 29.55%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC9270 (or 0xEC9270) is known color: Dark Salmon. HEX triplet: EC, 92 and 70. RGB value is (236,146,112). Sum of RGB (Red+Green+Blue) = 236+146+112=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9270 is #136D8F. Grayscale: #A9A9A9. Windows color (decimal): -1273232 or 7377644. OLE color: 7377644.

HSL color Cylindrical-coordinate representation of color #EC9270: hue angle of 16.45º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC9270 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 146 112 -
CMYK 0 0.38 0.53 0.07
HSL 16.45º 0.77% 0.68% -
HSV(B) 16.45º 0.53% 0.93% -
XYZ 47.8 39.56 20.45 -
YUV 169.03 95.82 175.76 -
System Red Green Blue C M Y K H S L
Decimal 236 146 112 0 0.38 0.53 0.07 16.45 0.77 0.68
Hex EC 92 70 0 26 35 7 10 4D 44
Octal 354 222 160 0 46 65 7 20 115 104
Binary 11101100 10010010 1110000 0 100110 110101 111 10000 1001101 1000100

Color Harmonies of #EC9270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9270

Black with #EC9270

Text Example


Text Example

White with #EC9270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9270; }

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

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

background-color css

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

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

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

border-color css

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

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

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