Html Css Color HEX #EC9076 Dark Salmon

📋 copy color: '#EC9076'

red 236 ◦ green 144 ◦ blue 118

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

Shades of Dark Salmon #EC9076

Tints of Dark Salmon #EC9076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.69%

R = 47.39%
G = 28.92%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#EC9076 (or 0xEC9076) is known color: Dark Salmon. HEX triplet: EC, 90 and 76. RGB value is (236,144,118). Sum of RGB (Red+Green+Blue) = 236+144+118=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9076 is #136F89. Grayscale: #A8A8A8. Windows color (decimal): -1273738 or 7770348. OLE color: 7770348.

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

Color convert

RGB 236 144 118 -
CMYK 0 0.39 0.5 0.07
HSL 13.22º 0.76% 0.69% -
HSV(B) 13.22º 0.5% 0.93% -
XYZ 47.84 39.09 22.16 -
YUV 168.54 99.48 176.11 -
System Red Green Blue C M Y K H S L
Decimal 236 144 118 0 0.39 0.5 0.07 13.22 0.76 0.69
Hex EC 90 76 0 27 32 7 D 4C 45
Octal 354 220 166 0 47 62 7 15 114 105
Binary 11101100 10010000 1110110 0 100111 110010 111 1101 1001100 1000101

Color Harmonies of #EC9076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9076

Black with #EC9076

Text Example


Text Example

White with #EC9076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9076; }

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

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

background-color css

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

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

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

border-color css

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

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

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