Html Css Color HEX #EC8C79 Dark Salmon

📋 copy color: '#EC8C79'

red 236 ◦ green 140 ◦ blue 121

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

Shades of Dark Salmon #EC8C79

Tints of Dark Salmon #EC8C79

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.17%

 BLUE value IS 121 (47.66% from 255) = 24.35%

R = 47.48%
G = 28.17%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC8C79 (or 0xEC8C79) is known color: Dark Salmon. HEX triplet: EC, 8C and 79. RGB value is (236,140,121). Sum of RGB (Red+Green+Blue) = 236+140+121=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 121 (47.66% from 255 or 24.35% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8C79 is #137386. Grayscale: #A6A6A6. Windows color (decimal): -1274759 or 7965932. OLE color: 7965932.

HSL color Cylindrical-coordinate representation of color #EC8C79: hue angle of 9.91º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC8C79 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 140 121 -
CMYK 0 0.41 0.49 0.07
HSL 9.91º 0.75% 0.7% -
HSV(B) 9.91º 0.49% 0.93% -
XYZ 47.42 37.97 22.92 -
YUV 166.54 102.3 177.54 -
System Red Green Blue C M Y K H S L
Decimal 236 140 121 0 0.41 0.49 0.07 9.91 0.75 0.7
Hex EC 8C 79 0 29 31 7 A 4B 46
Octal 354 214 171 0 51 61 7 12 113 106
Binary 11101100 10001100 1111001 0 101001 110001 111 1010 1001011 1000110

Color Harmonies of #EC8C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8C79

Black with #EC8C79

Text Example


Text Example

White with #EC8C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8C79; }

 p { color: rgb(236,140,121); }

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

background-color css

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

 a { background-color: rgb(236,140,121); }

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

border-color css

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

 span { border-color: rgb(236,140,121); }

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