Html Css Color HEX #EC8974 Dark Salmon

📋 copy color: '#EC8974'

red 236 ◦ green 137 ◦ blue 116

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

Shades of Dark Salmon #EC8974

Tints of Dark Salmon #EC8974

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.02%

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

R = 48.26%
G = 28.02%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC8974 (or 0xEC8974) is known color: Dark Salmon. HEX triplet: EC, 89 and 74. RGB value is (236,137,116). Sum of RGB (Red+Green+Blue) = 236+137+116=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8974 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8974 is #13768B. Grayscale: #A4A4A4. Windows color (decimal): -1275532 or 7637484. OLE color: 7637484.

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

Color convert

RGB 236 137 116 -
CMYK 0 0.42 0.51 0.07
HSL 10.5º 0.76% 0.69% -
HSV(B) 10.5º 0.51% 0.93% -
XYZ 46.69 36.99 21.2 -
YUV 164.21 100.8 179.21 -
System Red Green Blue C M Y K H S L
Decimal 236 137 116 0 0.42 0.51 0.07 10.5 0.76 0.69
Hex EC 89 74 0 2A 33 7 A 4C 45
Octal 354 211 164 0 52 63 7 12 114 105
Binary 11101100 10001001 1110100 0 101010 110011 111 1010 1001100 1000101

Color Harmonies of #EC8974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8974

Black with #EC8974

Text Example


Text Example

White with #EC8974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8974; }

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

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

background-color css

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

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

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

border-color css

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

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

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