Shades of Sandwisp #E1CA7A
Tints of Sandwisp #E1CA7A
RGB
CMYK
RGB Variations
Color information
#E1CA7A (or 0xE1CA7A) is known color: Sandwisp. HEX triplet: E1, CA and 7A. RGB value is (225,202,122). Sum of RGB (Red+Green+Blue) = 225+202+122=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 122 (48.05% from 255 or 22.22% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CA7A is #1E3585. Grayscale: #C8C8C8. Windows color (decimal): -1979782 or 8047329. OLE color: 8047329.
HSL color Cylindrical-coordinate representation of color #E1CA7A: hue angle of 46.6º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E1CA7A is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 122 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.12 |
| HSL | 46.6º | 0.63% | 0.68% | - |
| HSV(B) | 46.6º | 0.46% | 0.88% | - |
| XYZ | 55.68 | 59.65 | 26.99 | - |
| YUV | 199.76 | 84.12 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 122 | 0 | 0.10 | 0.46 | 0.12 | 46.6 | 0.63 | 0.68 |
| Hex | E1 | CA | 7A | 0 | A | 2E | C | 2F | 3F | 44 |
| Octal | 341 | 312 | 172 | 0 | 12 | 56 | 14 | 57 | 77 | 104 |
| Binary | 11100001 | 11001010 | 1111010 | 0 | 1010 | 101110 | 1100 | 101111 | 111111 | 1000100 |
Color Harmonies of #E1CA7A
Complementary color
Monochromatic Colors of #E1CA7A
Black with #E1CA7A
Text Example
Text Example
White with #E1CA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CA7A; }
p { color: rgb(225,202,122); }
H1.HeaderClassName
{
color: #E1CA7A;
}
.AnyTagClassName
{
color: #E1CA7A;
}
</style>
background-color css
<style>
a { background-color: #E1CA7A; }
a { background-color: rgb(225,202,122); }
div.DivClassName
{
background-color: #E1CA7A;
}
.BgClassName
{
background-color: #E1CA7A;
}
</style>
border-color css
<style>
span { border-color: #E1CA7A; }
span { border-color: rgb(225,202,122); }
td.TdClassName
{
border-color: #E1CA7A;
}
.TagClassName
{
border-color: #E1CA7A;
}
</style>