#e1d28b

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

Shades of Sandwisp #E1D28B

Tints of Sandwisp #E1D28B

Color information

#E1D28B (or 0xE1D28B) is unknown color: approx Sandwisp. HEX triplet: E1, D2 and 8B. RGB value is (225,210,139). Sum of RGB (Red+Green+Blue) = 225+210+139=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 210 (82.42% from 255 or 36.59% from 574); Blue value is 139 (54.69% from 255 or 24.22% from 574); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D28B is #1E2D74. Grayscale: #CECECE. Windows color (decimal): -1977717 or 9163489. OLE color: 9163489.

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

Color convert

RGB225210139-
CMYK00.070.380.12
HSL49.53º58.9%71.37%-
HSV(B)49.53º38.22%88.24%-
XYZ58.7663.9633.68-
YUV206.3989.97141.27-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.20%
GREEN value IS 210 (82.42% from 255) = 36.59%
BLUE value IS 139 (54.69% from 255) = 24.22%
R=39.20%
G=36.59%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521013900.070.380.1249.5358.971.37
HexE1D28B0726C323b47
Octal3413222130746146273107
Binary111000011101001010001011011110011011001100101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1d28b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1d28b; }

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

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

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

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

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

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

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

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