Html Css Color HEX #EC8D7A Dark Salmon

📋 copy color: '#EC8D7A'

red 236 ◦ green 141 ◦ blue 122

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

Shades of Dark Salmon #EC8D7A

Tints of Dark Salmon #EC8D7A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.26%

 BLUE value IS 122 (48.05% from 255) = 24.45%

R = 47.29%
G = 28.26%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC8D7A (or 0xEC8D7A) is known color: Dark Salmon. HEX triplet: EC, 8D and 7A. RGB value is (236,141,122). Sum of RGB (Red+Green+Blue) = 236+141+122=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8D7A is #137285. Grayscale: #A7A7A7. Windows color (decimal): -1274502 or 8031724. OLE color: 8031724.

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

Color convert

RGB 236 141 122 -
CMYK 0 0.40 0.48 0.07
HSL 10º 0.75% 0.7% -
HSV(B) 10º 0.48% 0.93% -
XYZ 47.63 38.29 23.29 -
YUV 167.24 102.47 177.04 -
System Red Green Blue C M Y K H S L
Decimal 236 141 122 0 0.40 0.48 0.07 10 0.75 0.7
Hex EC 8D 7A 0 28 30 7 A 4B 46
Octal 354 215 172 0 50 60 7 12 113 106
Binary 11101100 10001101 1111010 0 101000 110000 111 1010 1001011 1000110

Color Harmonies of #EC8D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8D7A

Black with #EC8D7A

Text Example


Text Example

White with #EC8D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8D7A; }

 p { color: rgb(236,141,122); }

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

background-color css

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

 a { background-color: rgb(236,141,122); }

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

border-color css

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

 span { border-color: rgb(236,141,122); }

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