Html Css Color HEX #EC9A74 Dark Salmon

📋 copy color: '#EC9A74'

red 236 ◦ green 154 ◦ blue 116

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

Shades of Dark Salmon #EC9A74

Tints of Dark Salmon #EC9A74

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.43%

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

R = 46.64%
G = 30.43%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC9A74 (or 0xEC9A74) is known color: Dark Salmon. HEX triplet: EC, 9A and 74. RGB value is (236,154,116). Sum of RGB (Red+Green+Blue) = 236+154+116=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9A74 is #13658B. Grayscale: #AEAEAE. Windows color (decimal): -1271180 or 7641836. OLE color: 7641836.

HSL color Cylindrical-coordinate representation of color #EC9A74: hue angle of 19º 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 #EC9A74 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 154 116 -
CMYK 0 0.35 0.51 0.07
HSL 19º 0.76% 0.69% -
HSV(B) 19º 0.51% 0.93% -
XYZ 49.3 42.21 22.07 -
YUV 174.19 95.17 172.09 -
System Red Green Blue C M Y K H S L
Decimal 236 154 116 0 0.35 0.51 0.07 19 0.76 0.69
Hex EC 9A 74 0 23 33 7 13 4C 45
Octal 354 232 164 0 43 63 7 23 114 105
Binary 11101100 10011010 1110100 0 100011 110011 111 10011 1001100 1000101

Color Harmonies of #EC9A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9A74

Black with #EC9A74

Text Example


Text Example

White with #EC9A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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