Shades of Sandwisp #E1D381
Tints of Sandwisp #E1D381
RGB
CMYK
RGB Variations
Color information
#E1D381 (or 0xE1D381) is known color: Sandwisp. HEX triplet: E1, D3 and 81. RGB value is (225,211,129). Sum of RGB (Red+Green+Blue) = 225+211+129=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 211 (82.81% from 255 or 37.35% from 565); Blue value is 129 (50.78% from 255 or 22.83% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D381 is #1E2C7E. Grayscale: #CECECE. Windows color (decimal): -1977471 or 8508385. OLE color: 8508385.
HSL color Cylindrical-coordinate representation of color #E1D381: hue angle of 51.25º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E1D381 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 211 | 129 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.12 |
| HSL | 51.25º | 0.62% | 0.69% | - |
| HSV(B) | 51.25º | 0.43% | 0.88% | - |
| XYZ | 58.31 | 64.18 | 30.08 | - |
| YUV | 205.84 | 84.64 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 211 | 129 | 0 | 0.06 | 0.43 | 0.12 | 51.25 | 0.62 | 0.69 |
| Hex | E1 | D3 | 81 | 0 | 6 | 2B | C | 33 | 3E | 45 |
| Octal | 341 | 323 | 201 | 0 | 6 | 53 | 14 | 63 | 76 | 105 |
| Binary | 11100001 | 11010011 | 10000001 | 0 | 110 | 101011 | 1100 | 110011 | 111110 | 1000101 |
Color Harmonies of #E1D381
Complementary color
Monochromatic Colors of #E1D381
Black with #E1D381
Text Example
Text Example
White with #E1D381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D381; }
p { color: rgb(225,211,129); }
H1.HeaderClassName
{
color: #E1D381;
}
.AnyTagClassName
{
color: #E1D381;
}
</style>
background-color css
<style>
a { background-color: #E1D381; }
a { background-color: rgb(225,211,129); }
div.DivClassName
{
background-color: #E1D381;
}
.BgClassName
{
background-color: #E1D381;
}
</style>
border-color css
<style>
span { border-color: #E1D381; }
span { border-color: rgb(225,211,129); }
td.TdClassName
{
border-color: #E1D381;
}
.TagClassName
{
border-color: #E1D381;
}
</style>