#E1D28D

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

Shades of Sandwisp #E1D28D

Tints of Sandwisp #E1D28D

Color information

#E1D28D (or 0xE1D28D) is unknown color: approx Sandwisp. HEX triplet: E1, D2 and 8D. RGB value is (225,210,141). Sum of RGB (Red+Green+Blue) = 225+210+141=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 210 (82.42% from 255 or 36.46% from 576); Blue value is 141 (55.47% from 255 or 24.48% from 576); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D28D is #1E2D72. Grayscale: #CECECE. Windows color (decimal): -1977715 or 9294561. OLE color: 9294561.

HSL color Cylindrical-coordinate representation of color #E1D28D: hue angle of 49.29º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E1D28D is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB225210141-
CMYK00.070.370.12
HSL49.29º58.33%71.76%-
HSV(B)49.29º37.33%88.24%-
XYZ58.9164.0234.45-
YUV206.6290.97141.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.06%
GREEN value IS 210 (82.42% from 255) = 36.46%
BLUE value IS 141 (55.47% from 255) = 24.48%
R=39.06%
G=36.46%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521014100.070.370.1249.2958.3371.76
HexE1D28D0725C313a48
Octal3413222150745146172110
Binary111000011101001010001101011110010111001100011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D28D; }

 p { color: rgb(225,210,141); }

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

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

 a { background-color: rgb(225,210,141); }

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

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

 span { border-color: rgb(225,210,141); }

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