#E8D080

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

Shades of Sandwisp #E8D080

Tints of Sandwisp #E8D080

Color information

#E8D080 (or 0xE8D080) is unknown color: approx Sandwisp. HEX triplet: E8, D0 and 80. RGB value is (232,208,128). Sum of RGB (Red+Green+Blue) = 232+208+128=568 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.85% from 568); Green value is 208 (81.64% from 255 or 36.62% from 568); Blue value is 128 (50.39% from 255 or 22.54% from 568); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D080 is #172F7F. Grayscale: #CECECE. Windows color (decimal): -1519488 or 8442088. OLE color: 8442088.

HSL color Cylindrical-coordinate representation of color #E8D080: hue angle of 46.15º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E8D080 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB232208128-
CMYK00.100.450.09
HSL46.15º69.33%70.59%-
HSV(B)46.15º44.83%90.98%-
XYZ59.7363.8329.59-
YUV206.0683.95146.5-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.85%
GREEN value IS 208 (81.64% from 255) = 36.62%
BLUE value IS 128 (50.39% from 255) = 22.54%
R=40.85%
G=36.62%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220812800.100.450.0946.1569.3370.59
HexE8D0800A2D92e4547
Octal350320200012551156105107
Binary11101000110100001000000001010101101100110111010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D080; }

 p { color: rgb(232,208,128); }

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

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

 a { background-color: rgb(232,208,128); }

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

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

 span { border-color: rgb(232,208,128); }

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