Shades of Sandwisp #E1CA7E
Tints of Sandwisp #E1CA7E
RGB
CMYK
RGB Variations
Color information
#E1CA7E (or 0xE1CA7E) is known color: Sandwisp. HEX triplet: E1, CA and 7E. RGB value is (225,202,126). Sum of RGB (Red+Green+Blue) = 225+202+126=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 126 (49.61% from 255 or 22.78% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CA7E is #1E3581. Grayscale: #C8C8C8. Windows color (decimal): -1979778 or 8309473. OLE color: 8309473.
HSL color Cylindrical-coordinate representation of color #E1CA7E: hue angle of 46.06º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E1CA7E is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 126 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.12 |
| HSL | 46.06º | 0.62% | 0.69% | - |
| HSV(B) | 46.06º | 0.44% | 0.88% | - |
| XYZ | 55.94 | 59.75 | 28.32 | - |
| YUV | 200.21 | 86.12 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 126 | 0 | 0.10 | 0.44 | 0.12 | 46.06 | 0.62 | 0.69 |
| Hex | E1 | CA | 7E | 0 | A | 2C | C | 2E | 3E | 45 |
| Octal | 341 | 312 | 176 | 0 | 12 | 54 | 14 | 56 | 76 | 105 |
| Binary | 11100001 | 11001010 | 1111110 | 0 | 1010 | 101100 | 1100 | 101110 | 111110 | 1000101 |
Color Harmonies of #E1CA7E
Complementary color
Monochromatic Colors of #E1CA7E
Black with #E1CA7E
Text Example
Text Example
White with #E1CA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CA7E; }
p { color: rgb(225,202,126); }
H1.HeaderClassName
{
color: #E1CA7E;
}
.AnyTagClassName
{
color: #E1CA7E;
}
</style>
background-color css
<style>
a { background-color: #E1CA7E; }
a { background-color: rgb(225,202,126); }
div.DivClassName
{
background-color: #E1CA7E;
}
.BgClassName
{
background-color: #E1CA7E;
}
</style>
border-color css
<style>
span { border-color: #E1CA7E; }
span { border-color: rgb(225,202,126); }
td.TdClassName
{
border-color: #E1CA7E;
}
.TagClassName
{
border-color: #E1CA7E;
}
</style>