Html Css Color HEX #EC8E6B Dark Salmon

📋 copy color: '#EC8E6B'

red 236 ◦ green 142 ◦ blue 107

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

Shades of Dark Salmon #EC8E6B

Tints of Dark Salmon #EC8E6B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.28%

 BLUE value IS 107 (42.19% from 255) = 22.06%

R = 48.66%
G = 29.28%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC8E6B (or 0xEC8E6B) is known color: Dark Salmon. HEX triplet: EC, 8E and 6B. RGB value is (236,142,107). Sum of RGB (Red+Green+Blue) = 236+142+107=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 107 (42.19% from 255 or 22.06% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8E6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8E6B is #137194. Grayscale: #A6A6A6. Windows color (decimal): -1274261 or 7048940. OLE color: 7048940.

HSL color Cylindrical-coordinate representation of color #EC8E6B: hue angle of 16.28º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC8E6B is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 142 107 -
CMYK 0 0.40 0.55 0.07
HSL 16.28º 0.77% 0.67% -
HSV(B) 16.28º 0.55% 0.93% -
XYZ 46.92 38.24 18.82 -
YUV 166.12 94.64 177.85 -
System Red Green Blue C M Y K H S L
Decimal 236 142 107 0 0.40 0.55 0.07 16.28 0.77 0.67
Hex EC 8E 6B 0 28 37 7 10 4D 43
Octal 354 216 153 0 50 67 7 20 115 103
Binary 11101100 10001110 1101011 0 101000 110111 111 10000 1001101 1000011

Color Harmonies of #EC8E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8E6B

Black with #EC8E6B

Text Example


Text Example

White with #EC8E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8E6B; }

 p { color: rgb(236,142,107); }

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

background-color css

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

 a { background-color: rgb(236,142,107); }

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

border-color css

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

 span { border-color: rgb(236,142,107); }

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