Html Css Color HEX #EC8F6C Dark Salmon

📋 copy color: '#EC8F6C'

red 236 ◦ green 143 ◦ blue 108

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

Shades of Dark Salmon #EC8F6C

Tints of Dark Salmon #EC8F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.18%

R = 48.46%
G = 29.36%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC8F6C (or 0xEC8F6C) is known color: Dark Salmon. HEX triplet: EC, 8F and 6C. RGB value is (236,143,108). Sum of RGB (Red+Green+Blue) = 236+143+108=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8F6C is #137093. Grayscale: #A7A7A7. Windows color (decimal): -1274004 or 7114732. OLE color: 7114732.

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

Color convert

RGB 236 143 108 -
CMYK 0 0.39 0.54 0.07
HSL 16.41º 0.77% 0.67% -
HSV(B) 16.41º 0.54% 0.93% -
XYZ 47.12 38.56 19.15 -
YUV 166.82 94.81 177.35 -
System Red Green Blue C M Y K H S L
Decimal 236 143 108 0 0.39 0.54 0.07 16.41 0.77 0.67
Hex EC 8F 6C 0 27 36 7 10 4D 43
Octal 354 217 154 0 47 66 7 20 115 103
Binary 11101100 10001111 1101100 0 100111 110110 111 10000 1001101 1000011

Color Harmonies of #EC8F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8F6C

Black with #EC8F6C

Text Example


Text Example

White with #EC8F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8F6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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