Html Css Color HEX #EC8C72 Dark Salmon

📋 copy color: '#EC8C72'

red 236 ◦ green 140 ◦ blue 114

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

Shades of Dark Salmon #EC8C72

Tints of Dark Salmon #EC8C72

RGB

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

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

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

R = 48.16%
G = 28.57%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC8C72 (or 0xEC8C72) is known color: Dark Salmon. HEX triplet: EC, 8C and 72. RGB value is (236,140,114). Sum of RGB (Red+Green+Blue) = 236+140+114=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8C72 is #13738D. Grayscale: #A5A5A5. Windows color (decimal): -1274766 or 7507180. OLE color: 7507180.

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

Color convert

RGB 236 140 114 -
CMYK 0 0.41 0.52 0.07
HSL 12.79º 0.76% 0.69% -
HSV(B) 12.79º 0.52% 0.93% -
XYZ 47.01 37.8 20.74 -
YUV 165.74 98.8 178.11 -
System Red Green Blue C M Y K H S L
Decimal 236 140 114 0 0.41 0.52 0.07 12.79 0.76 0.69
Hex EC 8C 72 0 29 34 7 D 4C 45
Octal 354 214 162 0 51 64 7 15 114 105
Binary 11101100 10001100 1110010 0 101001 110100 111 1101 1001100 1000101

Color Harmonies of #EC8C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8C72

Black with #EC8C72

Text Example


Text Example

White with #EC8C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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