Html Css Color HEX #EC8A78 Dark Salmon

📋 copy color: '#EC8A78'

red 236 ◦ green 138 ◦ blue 120

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

Shades of Dark Salmon #EC8A78

Tints of Dark Salmon #EC8A78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.29%

R = 47.77%
G = 27.94%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC8A78 (or 0xEC8A78) is known color: Dark Salmon. HEX triplet: EC, 8A and 78. RGB value is (236,138,120). Sum of RGB (Red+Green+Blue) = 236+138+120=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8A78 is #137587. Grayscale: #A5A5A5. Windows color (decimal): -1275272 or 7899884. OLE color: 7899884.

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

Color convert

RGB 236 138 120 -
CMYK 0 0.42 0.49 0.07
HSL 9.31º 0.75% 0.7% -
HSV(B) 9.31º 0.49% 0.93% -
XYZ 47.07 37.37 22.5 -
YUV 165.25 102.47 178.46 -
System Red Green Blue C M Y K H S L
Decimal 236 138 120 0 0.42 0.49 0.07 9.31 0.75 0.7
Hex EC 8A 78 0 2A 31 7 9 4B 46
Octal 354 212 170 0 52 61 7 11 113 106
Binary 11101100 10001010 1111000 0 101010 110001 111 1001 1001011 1000110

Color Harmonies of #EC8A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8A78

Black with #EC8A78

Text Example


Text Example

White with #EC8A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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