Html Css Color HEX #EC8A71 Dark Salmon

📋 copy color: '#EC8A71'

red 236 ◦ green 138 ◦ blue 113

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

Shades of Dark Salmon #EC8A71

Tints of Dark Salmon #EC8A71

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.34%

 BLUE value IS 113 (44.53% from 255) = 23.2%

R = 48.46%
G = 28.34%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC8A71 (or 0xEC8A71) is known color: Dark Salmon. HEX triplet: EC, 8A and 71. RGB value is (236,138,113). Sum of RGB (Red+Green+Blue) = 236+138+113=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8A71 is #13758E. Grayscale: #A4A4A4. Windows color (decimal): -1275279 or 7441132. OLE color: 7441132.

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

Color convert

RGB 236 138 113 -
CMYK 0 0.42 0.52 0.07
HSL 12.2º 0.76% 0.68% -
HSV(B) 12.2º 0.52% 0.93% -
XYZ 46.66 37.2 20.34 -
YUV 164.45 98.97 179.03 -
System Red Green Blue C M Y K H S L
Decimal 236 138 113 0 0.42 0.52 0.07 12.2 0.76 0.68
Hex EC 8A 71 0 2A 34 7 C 4C 44
Octal 354 212 161 0 52 64 7 14 114 104
Binary 11101100 10001010 1110001 0 101010 110100 111 1100 1001100 1000100

Color Harmonies of #EC8A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8A71

Black with #EC8A71

Text Example


Text Example

White with #EC8A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8A71; }

 p { color: rgb(236,138,113); }

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

background-color css

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

 a { background-color: rgb(236,138,113); }

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

border-color css

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

 span { border-color: rgb(236,138,113); }

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