Html Css Color HEX #E8966E Dark Salmon

📋 copy color: '#E8966E'

red 232 ◦ green 150 ◦ blue 110

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

Shades of Dark Salmon #E8966E

Tints of Dark Salmon #E8966E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.49%

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

R = 47.15%
G = 30.49%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E8966E (or 0xE8966E) is known color: Dark Salmon. HEX triplet: E8, 96 and 6E. RGB value is (232,150,110). Sum of RGB (Red+Green+Blue) = 232+150+110=492 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.15% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 110 (43.36% from 255 or 22.36% from 492); Max value from RGB is 232 - color contains mainly: red. Hex color #E8966E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8966E is #176991. Grayscale: #AAAAAA. Windows color (decimal): -1534354 or 7247592. OLE color: 7247592.

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

Color convert

RGB 232 150 110 -
CMYK 0 0.35 0.53 0.09
HSL 19.67º 0.73% 0.67% -
HSV(B) 19.67º 0.53% 0.91% -
XYZ 47 40.09 20.01 -
YUV 169.96 94.17 172.25 -
System Red Green Blue C M Y K H S L
Decimal 232 150 110 0 0.35 0.53 0.09 19.67 0.73 0.67
Hex E8 96 6E 0 23 35 9 14 49 43
Octal 350 226 156 0 43 65 11 24 111 103
Binary 11101000 10010110 1101110 0 100011 110101 1001 10100 1001001 1000011

Color Harmonies of #E8966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8966E

Black with #E8966E

Text Example


Text Example

White with #E8966E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8966E; }

 p { color: rgb(232,150,110); }

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

background-color css

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

 a { background-color: rgb(232,150,110); }

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

border-color css

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

 span { border-color: rgb(232,150,110); }

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