Html Css Color HEX #EC896F Dark Salmon

📋 copy color: '#EC896F'

red 236 ◦ green 137 ◦ blue 111

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

Shades of Dark Salmon #EC896F

Tints of Dark Salmon #EC896F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.31%

 BLUE value IS 111 (43.75% from 255) = 22.93%

R = 48.76%
G = 28.31%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC896F (or 0xEC896F) is known color: Dark Salmon. HEX triplet: EC, 89 and 6F. RGB value is (236,137,111). Sum of RGB (Red+Green+Blue) = 236+137+111=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC896F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC896F is #137690. Grayscale: #A3A3A3. Windows color (decimal): -1275537 or 7309804. OLE color: 7309804.

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

Color convert

RGB 236 137 111 -
CMYK 0 0.42 0.53 0.07
HSL 12.48º 0.77% 0.68% -
HSV(B) 12.48º 0.53% 0.93% -
XYZ 46.41 36.87 19.71 -
YUV 163.64 98.3 179.61 -
System Red Green Blue C M Y K H S L
Decimal 236 137 111 0 0.42 0.53 0.07 12.48 0.77 0.68
Hex EC 89 6F 0 2A 35 7 C 4D 44
Octal 354 211 157 0 52 65 7 14 115 104
Binary 11101100 10001001 1101111 0 101010 110101 111 1100 1001101 1000100

Color Harmonies of #EC896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC896F

Black with #EC896F

Text Example


Text Example

White with #EC896F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC896F; }

 p { color: rgb(236,137,111); }

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

background-color css

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

 a { background-color: rgb(236,137,111); }

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

border-color css

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

 span { border-color: rgb(236,137,111); }

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