Html Css Color HEX #EC8F6B Dark Salmon

📋 copy color: '#EC8F6B'

red 236 ◦ green 143 ◦ blue 107

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

Shades of Dark Salmon #EC8F6B

Tints of Dark Salmon #EC8F6B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.42%

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

R = 48.56%
G = 29.42%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC8F6B (or 0xEC8F6B) is known color: Dark Salmon. HEX triplet: EC, 8F and 6B. RGB value is (236,143,107). Sum of RGB (Red+Green+Blue) = 236+143+107=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 107 (42.19% from 255 or 22.02% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8F6B is #137094. Grayscale: #A6A6A6. Windows color (decimal): -1274005 or 7049196. OLE color: 7049196.

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

Color convert

RGB 236 143 107 -
CMYK 0 0.39 0.55 0.07
HSL 16.74º 0.77% 0.67% -
HSV(B) 16.74º 0.55% 0.93% -
XYZ 47.07 38.54 18.87 -
YUV 166.7 94.31 177.43 -
System Red Green Blue C M Y K H S L
Decimal 236 143 107 0 0.39 0.55 0.07 16.74 0.77 0.67
Hex EC 8F 6B 0 27 37 7 11 4D 43
Octal 354 217 153 0 47 67 7 21 115 103
Binary 11101100 10001111 1101011 0 100111 110111 111 10001 1001101 1000011

Color Harmonies of #EC8F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8F6B

Black with #EC8F6B

Text Example


Text Example

White with #EC8F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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