Html Css Color HEX #EC8F72 Dark Salmon

📋 copy color: '#EC8F72'

red 236 ◦ green 143 ◦ blue 114

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

Shades of Dark Salmon #EC8F72

Tints of Dark Salmon #EC8F72

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.01%

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

R = 47.87%
G = 29.01%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC8F72 (or 0xEC8F72) is known color: Dark Salmon. HEX triplet: EC, 8F and 72. RGB value is (236,143,114). Sum of RGB (Red+Green+Blue) = 236+143+114=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8F72 is #13708D. Grayscale: #A7A7A7. Windows color (decimal): -1273998 or 7507948. OLE color: 7507948.

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

Color convert

RGB 236 143 114 -
CMYK 0 0.39 0.52 0.07
HSL 14.26º 0.76% 0.69% -
HSV(B) 14.26º 0.52% 0.93% -
XYZ 47.45 38.69 20.89 -
YUV 167.5 97.81 176.86 -
System Red Green Blue C M Y K H S L
Decimal 236 143 114 0 0.39 0.52 0.07 14.26 0.76 0.69
Hex EC 8F 72 0 27 34 7 E 4C 45
Octal 354 217 162 0 47 64 7 16 114 105
Binary 11101100 10001111 1110010 0 100111 110100 111 1110 1001100 1000101

Color Harmonies of #EC8F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8F72

Black with #EC8F72

Text Example


Text Example

White with #EC8F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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