Shades of Sandwisp #E2D488
Tints of Sandwisp #E2D488
RGB
CMYK
RGB Variations
Color information
#E2D488 (or 0xE2D488) is known color: Sandwisp. HEX triplet: E2, D4 and 88. RGB value is (226,212,136). Sum of RGB (Red+Green+Blue) = 226+212+136=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 212 (83.20% from 255 or 36.93% from 574); Blue value is 136 (53.52% from 255 or 23.69% from 574); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D488 is #1D2B77. Grayscale: #CFCFCF. Windows color (decimal): -1911672 or 8967394. OLE color: 8967394.
HSL color Cylindrical-coordinate representation of color #E2D488: hue angle of 50.67º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E2D488 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 212 | 136 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.11 |
| HSL | 50.67º | 0.61% | 0.71% | - |
| HSV(B) | 50.67º | 0.4% | 0.89% | - |
| XYZ | 59.35 | 65.03 | 32.72 | - |
| YUV | 207.52 | 87.64 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 212 | 136 | 0 | 0.06 | 0.40 | 0.11 | 50.67 | 0.61 | 0.71 |
| Hex | E2 | D4 | 88 | 0 | 6 | 28 | B | 33 | 3D | 47 |
| Octal | 342 | 324 | 210 | 0 | 6 | 50 | 13 | 63 | 75 | 107 |
| Binary | 11100010 | 11010100 | 10001000 | 0 | 110 | 101000 | 1011 | 110011 | 111101 | 1000111 |
Color Harmonies of #E2D488
Complementary color
Monochromatic Colors of #E2D488
Black with #E2D488
Text Example
Text Example
White with #E2D488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D488; }
p { color: rgb(226,212,136); }
H1.HeaderClassName
{
color: #E2D488;
}
.AnyTagClassName
{
color: #E2D488;
}
</style>
background-color css
<style>
a { background-color: #E2D488; }
a { background-color: rgb(226,212,136); }
div.DivClassName
{
background-color: #E2D488;
}
.BgClassName
{
background-color: #E2D488;
}
</style>
border-color css
<style>
span { border-color: #E2D488; }
span { border-color: rgb(226,212,136); }
td.TdClassName
{
border-color: #E2D488;
}
.TagClassName
{
border-color: #E2D488;
}
</style>