Shades of Sandwisp #E1D28A
Tints of Sandwisp #E1D28A
RGB
CMYK
RGB Variations
Color information
#E1D28A (or 0xE1D28A) is known color: Sandwisp. HEX triplet: E1, D2 and 8A. RGB value is (225,210,138). Sum of RGB (Red+Green+Blue) = 225+210+138=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 210 (82.42% from 255 or 36.65% from 573); Blue value is 138 (54.30% from 255 or 24.08% from 573); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D28A is #1E2D75. Grayscale: #CECECE. Windows color (decimal): -1977718 or 9097953. OLE color: 9097953.
HSL color Cylindrical-coordinate representation of color #E1D28A: hue angle of 49.66º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E1D28A is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 210 | 138 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.12 |
| HSL | 49.66º | 0.59% | 0.71% | - |
| HSV(B) | 49.66º | 0.39% | 0.88% | - |
| XYZ | 58.69 | 63.94 | 33.29 | - |
| YUV | 206.28 | 89.47 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 138 | 0 | 0.07 | 0.39 | 0.12 | 49.66 | 0.59 | 0.71 |
| Hex | E1 | D2 | 8A | 0 | 7 | 27 | C | 32 | 3B | 47 |
| Octal | 341 | 322 | 212 | 0 | 7 | 47 | 14 | 62 | 73 | 107 |
| Binary | 11100001 | 11010010 | 10001010 | 0 | 111 | 100111 | 1100 | 110010 | 111011 | 1000111 |
Color Harmonies of #E1D28A
Complementary color
Monochromatic Colors of #E1D28A
Black with #E1D28A
Text Example
Text Example
White with #E1D28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D28A; }
p { color: rgb(225,210,138); }
H1.HeaderClassName
{
color: #E1D28A;
}
.AnyTagClassName
{
color: #E1D28A;
}
</style>
background-color css
<style>
a { background-color: #E1D28A; }
a { background-color: rgb(225,210,138); }
div.DivClassName
{
background-color: #E1D28A;
}
.BgClassName
{
background-color: #E1D28A;
}
</style>
border-color css
<style>
span { border-color: #E1D28A; }
span { border-color: rgb(225,210,138); }
td.TdClassName
{
border-color: #E1D28A;
}
.TagClassName
{
border-color: #E1D28A;
}
</style>