Html Css Color HEX #EC8C7C Dark Salmon

📋 copy color: '#EC8C7C'

red 236 ◦ green 140 ◦ blue 124

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

Shades of Dark Salmon #EC8C7C

Tints of Dark Salmon #EC8C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.8%

R = 47.2%
G = 28%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC8C7C (or 0xEC8C7C) is known color: Dark Salmon. HEX triplet: EC, 8C and 7C. RGB value is (236,140,124). Sum of RGB (Red+Green+Blue) = 236+140+124=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 124 (48.83% from 255 or 24.8% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8C7C is #137383. Grayscale: #A7A7A7. Windows color (decimal): -1274756 or 8162540. OLE color: 8162540.

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

Color convert

RGB 236 140 124 -
CMYK 0 0.41 0.47 0.07
HSL 8.57º 0.75% 0.71% -
HSV(B) 8.57º 0.47% 0.93% -
XYZ 47.61 38.04 23.9 -
YUV 166.88 103.8 177.3 -
System Red Green Blue C M Y K H S L
Decimal 236 140 124 0 0.41 0.47 0.07 8.57 0.75 0.71
Hex EC 8C 7C 0 29 2F 7 9 4B 47
Octal 354 214 174 0 51 57 7 11 113 107
Binary 11101100 10001100 1111100 0 101001 101111 111 1001 1001011 1000111

Color Harmonies of #EC8C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8C7C

Black with #EC8C7C

Text Example


Text Example

White with #EC8C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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