Shades of Sandwisp #E1CA7B
Tints of Sandwisp #E1CA7B
RGB
CMYK
RGB Variations
Color information
#E1CA7B (or 0xE1CA7B) is known color: Sandwisp. HEX triplet: E1, CA and 7B. RGB value is (225,202,123). Sum of RGB (Red+Green+Blue) = 225+202+123=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 123 (48.44% from 255 or 22.36% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CA7B is #1E3584. Grayscale: #C8C8C8. Windows color (decimal): -1979781 or 8112865. OLE color: 8112865.
HSL color Cylindrical-coordinate representation of color #E1CA7B: hue angle of 46.47º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E1CA7B is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 123 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.12 |
| HSL | 46.47º | 0.63% | 0.68% | - |
| HSV(B) | 46.47º | 0.45% | 0.88% | - |
| XYZ | 55.75 | 59.68 | 27.32 | - |
| YUV | 199.87 | 84.62 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 123 | 0 | 0.10 | 0.45 | 0.12 | 46.47 | 0.63 | 0.68 |
| Hex | E1 | CA | 7B | 0 | A | 2D | C | 2E | 3F | 44 |
| Octal | 341 | 312 | 173 | 0 | 12 | 55 | 14 | 56 | 77 | 104 |
| Binary | 11100001 | 11001010 | 1111011 | 0 | 1010 | 101101 | 1100 | 101110 | 111111 | 1000100 |
Color Harmonies of #E1CA7B
Complementary color
Monochromatic Colors of #E1CA7B
Black with #E1CA7B
Text Example
Text Example
White with #E1CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CA7B; }
p { color: rgb(225,202,123); }
H1.HeaderClassName
{
color: #E1CA7B;
}
.AnyTagClassName
{
color: #E1CA7B;
}
</style>
background-color css
<style>
a { background-color: #E1CA7B; }
a { background-color: rgb(225,202,123); }
div.DivClassName
{
background-color: #E1CA7B;
}
.BgClassName
{
background-color: #E1CA7B;
}
</style>
border-color css
<style>
span { border-color: #E1CA7B; }
span { border-color: rgb(225,202,123); }
td.TdClassName
{
border-color: #E1CA7B;
}
.TagClassName
{
border-color: #E1CA7B;
}
</style>