Html Css Color HEX #EC896E Dark Salmon

📋 copy color: '#EC896E'

red 236 ◦ green 137 ◦ blue 110

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

Shades of Dark Salmon #EC896E

Tints of Dark Salmon #EC896E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.77%

R = 48.86%
G = 28.36%
B = 22.77%

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

#EC896E (or 0xEC896E) is known color: Dark Salmon. HEX triplet: EC, 89 and 6E. RGB value is (236,137,110). Sum of RGB (Red+Green+Blue) = 236+137+110=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC896E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC896E is #137691. Grayscale: #A3A3A3. Windows color (decimal): -1275538 or 7244268. OLE color: 7244268.

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

Color convert

RGB 236 137 110 -
CMYK 0 0.42 0.53 0.07
HSL 12.86º 0.77% 0.68% -
HSV(B) 12.86º 0.53% 0.93% -
XYZ 46.35 36.85 19.42 -
YUV 163.52 97.8 179.7 -
System Red Green Blue C M Y K H S L
Decimal 236 137 110 0 0.42 0.53 0.07 12.86 0.77 0.68
Hex EC 89 6E 0 2A 35 7 D 4D 44
Octal 354 211 156 0 52 65 7 15 115 104
Binary 11101100 10001001 1101110 0 101010 110101 111 1101 1001101 1000100

Color Harmonies of #EC896E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC896E

Black with #EC896E

Text Example


Text Example

White with #EC896E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC896E; }

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

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

background-color css

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

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

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

border-color css

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

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

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