Shades of Sandwisp #E1CA84
Tints of Sandwisp #E1CA84
RGB
CMYK
RGB Variations
Color information
#E1CA84 (or 0xE1CA84) is known color: Sandwisp. HEX triplet: E1, CA and 84. RGB value is (225,202,132). Sum of RGB (Red+Green+Blue) = 225+202+132=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 132 (51.95% from 255 or 23.61% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CA84 is #1E357B. Grayscale: #C9C9C9. Windows color (decimal): -1979772 or 8702689. OLE color: 8702689.
HSL color Cylindrical-coordinate representation of color #E1CA84: hue angle of 45.16º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E1CA84 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 132 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.12 |
| HSL | 45.16º | 0.61% | 0.7% | - |
| HSV(B) | 45.16º | 0.41% | 0.88% | - |
| XYZ | 56.34 | 59.91 | 30.43 | - |
| YUV | 200.9 | 89.12 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 132 | 0 | 0.10 | 0.41 | 0.12 | 45.16 | 0.61 | 0.7 |
| Hex | E1 | CA | 84 | 0 | A | 29 | C | 2D | 3D | 46 |
| Octal | 341 | 312 | 204 | 0 | 12 | 51 | 14 | 55 | 75 | 106 |
| Binary | 11100001 | 11001010 | 10000100 | 0 | 1010 | 101001 | 1100 | 101101 | 111101 | 1000110 |
Color Harmonies of #E1CA84
Complementary color
Monochromatic Colors of #E1CA84
Black with #E1CA84
Text Example
Text Example
White with #E1CA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CA84; }
p { color: rgb(225,202,132); }
H1.HeaderClassName
{
color: #E1CA84;
}
.AnyTagClassName
{
color: #E1CA84;
}
</style>
background-color css
<style>
a { background-color: #E1CA84; }
a { background-color: rgb(225,202,132); }
div.DivClassName
{
background-color: #E1CA84;
}
.BgClassName
{
background-color: #E1CA84;
}
</style>
border-color css
<style>
span { border-color: #E1CA84; }
span { border-color: rgb(225,202,132); }
td.TdClassName
{
border-color: #E1CA84;
}
.TagClassName
{
border-color: #E1CA84;
}
</style>