#E8946A

Color #E8946A Dark Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Salmon #E8946A

Tints of Dark Salmon #E8946A

Color information

#E8946A (or 0xE8946A) is unknown color: approx Dark Salmon. HEX triplet: E8, 94 and 6A. RGB value is (232,148,106). Sum of RGB (Red+Green+Blue) = 232+148+106=486 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.74% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 106 (41.80% from 255 or 21.81% from 486); Max value from RGB is 232 - color contains mainly: red. Hex color #E8946A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8946A is #176B95. Grayscale: #A8A8A8. Windows color (decimal): -1534870 or 6984936. OLE color: 6984936.

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

Color convert

RGB232148106-
CMYK00.360.540.09
HSL20º73.26%66.27%-
HSV(B)20º54.31%90.98%-
XYZ46.4739.3818.79-
YUV168.3392.83173.42-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.74%
GREEN value IS 148 (58.20% from 255) = 30.45%
BLUE value IS 106 (41.80% from 255) = 21.81%
R=47.74%
G=30.45%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214810600.360.540.092073.2666.27
HexE8946A024369144942
Octal350224152044661124111102
Binary11101000100101001101010010010011011010011010010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8946A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8946A; }

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

 H1.HeaderClassName
 {
   color: #E8946A;
 }
 .AnyTagClassName
 {
   color: #E8946A;
 }
</style>
background-color css

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

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

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

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

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

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