Shades of Sandwisp #E1CA82
Tints of Sandwisp #E1CA82
RGB
CMYK
RGB Variations
Color information
#E1CA82 (or 0xE1CA82) is known color: Sandwisp. HEX triplet: E1, CA and 82. RGB value is (225,202,130). Sum of RGB (Red+Green+Blue) = 225+202+130=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 130 (51.17% from 255 or 23.34% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CA82 is #1E357D. Grayscale: #C8C8C8. Windows color (decimal): -1979774 or 8571617. OLE color: 8571617.
HSL color Cylindrical-coordinate representation of color #E1CA82: hue angle of 45.47º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E1CA82 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 130 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.12 |
| HSL | 45.47º | 0.61% | 0.7% | - |
| HSV(B) | 45.47º | 0.42% | 0.88% | - |
| XYZ | 56.2 | 59.86 | 29.71 | - |
| YUV | 200.67 | 88.12 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 130 | 0 | 0.10 | 0.42 | 0.12 | 45.47 | 0.61 | 0.7 |
| Hex | E1 | CA | 82 | 0 | A | 2A | C | 2D | 3D | 46 |
| Octal | 341 | 312 | 202 | 0 | 12 | 52 | 14 | 55 | 75 | 106 |
| Binary | 11100001 | 11001010 | 10000010 | 0 | 1010 | 101010 | 1100 | 101101 | 111101 | 1000110 |
Color Harmonies of #E1CA82
Complementary color
Monochromatic Colors of #E1CA82
Black with #E1CA82
Text Example
Text Example
White with #E1CA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CA82; }
p { color: rgb(225,202,130); }
H1.HeaderClassName
{
color: #E1CA82;
}
.AnyTagClassName
{
color: #E1CA82;
}
</style>
background-color css
<style>
a { background-color: #E1CA82; }
a { background-color: rgb(225,202,130); }
div.DivClassName
{
background-color: #E1CA82;
}
.BgClassName
{
background-color: #E1CA82;
}
</style>
border-color css
<style>
span { border-color: #E1CA82; }
span { border-color: rgb(225,202,130); }
td.TdClassName
{
border-color: #E1CA82;
}
.TagClassName
{
border-color: #E1CA82;
}
</style>