Html Css Color HEX #EC9071 Dark Salmon

📋 copy color: '#EC9071'

red 236 ◦ green 144 ◦ blue 113

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

Shades of Dark Salmon #EC9071

Tints of Dark Salmon #EC9071

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.21%

 BLUE value IS 113 (44.53% from 255) = 22.92%

R = 47.87%
G = 29.21%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC9071 (or 0xEC9071) is known color: Dark Salmon. HEX triplet: EC, 90 and 71. RGB value is (236,144,113). Sum of RGB (Red+Green+Blue) = 236+144+113=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9071 is #136F8E. Grayscale: #A8A8A8. Windows color (decimal): -1273743 or 7442668. OLE color: 7442668.

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

Color convert

RGB 236 144 113 -
CMYK 0 0.39 0.52 0.07
HSL 15.12º 0.76% 0.68% -
HSV(B) 15.12º 0.52% 0.93% -
XYZ 47.55 38.97 20.64 -
YUV 167.97 96.98 176.52 -
System Red Green Blue C M Y K H S L
Decimal 236 144 113 0 0.39 0.52 0.07 15.12 0.76 0.68
Hex EC 90 71 0 27 34 7 F 4C 44
Octal 354 220 161 0 47 64 7 17 114 104
Binary 11101100 10010000 1110001 0 100111 110100 111 1111 1001100 1000100

Color Harmonies of #EC9071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9071

Black with #EC9071

Text Example


Text Example

White with #EC9071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9071; }

 p { color: rgb(236,144,113); }

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

background-color css

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

 a { background-color: rgb(236,144,113); }

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

border-color css

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

 span { border-color: rgb(236,144,113); }

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