Html Css Color HEX #EC9074 Dark Salmon

📋 copy color: '#EC9074'

red 236 ◦ green 144 ◦ blue 116

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

Shades of Dark Salmon #EC9074

Tints of Dark Salmon #EC9074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.39%

R = 47.58%
G = 29.03%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC9074 (or 0xEC9074) is known color: Dark Salmon. HEX triplet: EC, 90 and 74. RGB value is (236,144,116). Sum of RGB (Red+Green+Blue) = 236+144+116=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 116 (45.70% from 255 or 23.39% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9074 is #136F8B. Grayscale: #A8A8A8. Windows color (decimal): -1273740 or 7639276. OLE color: 7639276.

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

Color convert

RGB 236 144 116 -
CMYK 0 0.39 0.51 0.07
HSL 14º 0.76% 0.69% -
HSV(B) 14º 0.51% 0.93% -
XYZ 47.72 39.04 21.54 -
YUV 168.32 98.48 176.28 -
System Red Green Blue C M Y K H S L
Decimal 236 144 116 0 0.39 0.51 0.07 14 0.76 0.69
Hex EC 90 74 0 27 33 7 E 4C 45
Octal 354 220 164 0 47 63 7 16 114 105
Binary 11101100 10010000 1110100 0 100111 110011 111 1110 1001100 1000101

Color Harmonies of #EC9074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9074

Black with #EC9074

Text Example


Text Example

White with #EC9074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9074; }

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

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

background-color css

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

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

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

border-color css

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

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

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