Shades of Sandwisp #E1D380
Tints of Sandwisp #E1D380
RGB
CMYK
RGB Variations
Color information
#E1D380 (or 0xE1D380) is known color: Sandwisp. HEX triplet: E1, D3 and 80. RGB value is (225,211,128). Sum of RGB (Red+Green+Blue) = 225+211+128=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 128 (50.39% from 255 or 22.70% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D380 is #1E2C7F. Grayscale: #CECECE. Windows color (decimal): -1977472 or 8442849. OLE color: 8442849.
HSL color Cylindrical-coordinate representation of color #E1D380: hue angle of 51.34º 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 #E1D380 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 211 | 128 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.12 |
| HSL | 51.34º | 0.62% | 0.69% | - |
| HSV(B) | 51.34º | 0.43% | 0.88% | - |
| XYZ | 58.24 | 64.15 | 29.74 | - |
| YUV | 205.72 | 84.14 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 211 | 128 | 0 | 0.06 | 0.43 | 0.12 | 51.34 | 0.62 | 0.69 |
| Hex | E1 | D3 | 80 | 0 | 6 | 2B | C | 33 | 3E | 45 |
| Octal | 341 | 323 | 200 | 0 | 6 | 53 | 14 | 63 | 76 | 105 |
| Binary | 11100001 | 11010011 | 10000000 | 0 | 110 | 101011 | 1100 | 110011 | 111110 | 1000101 |
Color Harmonies of #E1D380
Complementary color
Monochromatic Colors of #E1D380
Black with #E1D380
Text Example
Text Example
White with #E1D380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D380; }
p { color: rgb(225,211,128); }
H1.HeaderClassName
{
color: #E1D380;
}
.AnyTagClassName
{
color: #E1D380;
}
</style>
background-color css
<style>
a { background-color: #E1D380; }
a { background-color: rgb(225,211,128); }
div.DivClassName
{
background-color: #E1D380;
}
.BgClassName
{
background-color: #E1D380;
}
</style>
border-color css
<style>
span { border-color: #E1D380; }
span { border-color: rgb(225,211,128); }
td.TdClassName
{
border-color: #E1D380;
}
.TagClassName
{
border-color: #E1D380;
}
</style>