Html Css Color HEX #E8986C Dark Salmon

📋 copy color: '#E8986C'

red 232 ◦ green 152 ◦ blue 108

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

Shades of Dark Salmon #E8986C

Tints of Dark Salmon #E8986C

RGB

 RED value IS 232 (91.02% from 255) = 47.15%

 GREEN value IS 152 (59.77% from 255) = 30.89%

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

R = 47.15%
G = 30.89%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E8986C (or 0xE8986C) is known color: Dark Salmon. HEX triplet: E8, 98 and 6C. RGB value is (232,152,108). Sum of RGB (Red+Green+Blue) = 232+152+108=492 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.15% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 232 - color contains mainly: red. Hex color #E8986C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8986C is #176793. Grayscale: #ABABAB. Windows color (decimal): -1533844 or 7117032. OLE color: 7117032.

HSL color Cylindrical-coordinate representation of color #E8986C: hue angle of 21.29º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E8986C is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 152 108 -
CMYK 0 0.34 0.53 0.09
HSL 21.29º 0.73% 0.67% -
HSV(B) 21.29º 0.53% 0.91% -
XYZ 47.21 40.69 19.55 -
YUV 170.9 92.5 171.58 -
System Red Green Blue C M Y K H S L
Decimal 232 152 108 0 0.34 0.53 0.09 21.29 0.73 0.67
Hex E8 98 6C 0 22 35 9 15 49 43
Octal 350 230 154 0 42 65 11 25 111 103
Binary 11101000 10011000 1101100 0 100010 110101 1001 10101 1001001 1000011

Color Harmonies of #E8986C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8986C

Black with #E8986C

Text Example


Text Example

White with #E8986C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8986C; }

 p { color: rgb(232,152,108); }

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

background-color css

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

 a { background-color: rgb(232,152,108); }

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

border-color css

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

 span { border-color: rgb(232,152,108); }

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