Html Css Color HEX #E8946E Dark Salmon

📋 copy color: '#E8946E'

red 232 ◦ green 148 ◦ blue 110

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

Shades of Dark Salmon #E8946E

Tints of Dark Salmon #E8946E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.2%

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

R = 47.35%
G = 30.2%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E8946E (or 0xE8946E) is known color: Dark Salmon. HEX triplet: E8, 94 and 6E. RGB value is (232,148,110). Sum of RGB (Red+Green+Blue) = 232+148+110=490 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.35% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 110 (43.36% from 255 or 22.45% from 490); Max value from RGB is 232 - color contains mainly: red. Hex color #E8946E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8946E is #176B91. Grayscale: #A9A9A9. Windows color (decimal): -1534866 or 7247080. OLE color: 7247080.

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

Color convert

RGB 232 148 110 -
CMYK 0 0.36 0.53 0.09
HSL 18.69º 0.73% 0.67% -
HSV(B) 18.69º 0.53% 0.91% -
XYZ 46.68 39.46 19.91 -
YUV 168.78 94.83 173.09 -
System Red Green Blue C M Y K H S L
Decimal 232 148 110 0 0.36 0.53 0.09 18.69 0.73 0.67
Hex E8 94 6E 0 24 35 9 13 49 43
Octal 350 224 156 0 44 65 11 23 111 103
Binary 11101000 10010100 1101110 0 100100 110101 1001 10011 1001001 1000011

Color Harmonies of #E8946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8946E

Black with #E8946E

Text Example


Text Example

White with #E8946E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8946E; }

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

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

background-color css

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

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

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

border-color css

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

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

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