Html Css Color HEX #EC8D72 Dark Salmon

📋 copy color: '#EC8D72'

red 236 ◦ green 141 ◦ blue 114

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

Shades of Dark Salmon #EC8D72

Tints of Dark Salmon #EC8D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.22%

R = 48.07%
G = 28.72%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC8D72 (or 0xEC8D72) is known color: Dark Salmon. HEX triplet: EC, 8D and 72. RGB value is (236,141,114). Sum of RGB (Red+Green+Blue) = 236+141+114=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8D72 is #13728D. Grayscale: #A6A6A6. Windows color (decimal): -1274510 or 7507436. OLE color: 7507436.

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

Color convert

RGB 236 141 114 -
CMYK 0 0.40 0.52 0.07
HSL 13.28º 0.76% 0.69% -
HSV(B) 13.28º 0.52% 0.93% -
XYZ 47.15 38.1 20.79 -
YUV 166.33 98.47 177.7 -
System Red Green Blue C M Y K H S L
Decimal 236 141 114 0 0.40 0.52 0.07 13.28 0.76 0.69
Hex EC 8D 72 0 28 34 7 D 4C 45
Octal 354 215 162 0 50 64 7 15 114 105
Binary 11101100 10001101 1110010 0 101000 110100 111 1101 1001100 1000101

Color Harmonies of #EC8D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8D72

Black with #EC8D72

Text Example


Text Example

White with #EC8D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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