Shades of Sandwisp #E1CA8B
Tints of Sandwisp #E1CA8B
RGB
CMYK
RGB Variations
Color information
#E1CA8B (or 0xE1CA8B) is known color: Sandwisp. HEX triplet: E1, CA and 8B. RGB value is (225,202,139). Sum of RGB (Red+Green+Blue) = 225+202+139=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 139 (54.69% from 255 or 24.56% from 566); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CA8B is #1E3574. Grayscale: #C9C9C9. Windows color (decimal): -1979765 or 9161441. OLE color: 9161441.
HSL color Cylindrical-coordinate representation of color #E1CA8B: hue angle of 43.95º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E1CA8B is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 139 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.12 |
| HSL | 43.95º | 0.59% | 0.71% | - |
| HSV(B) | 43.95º | 0.38% | 0.88% | - |
| XYZ | 56.83 | 60.11 | 33.03 | - |
| YUV | 201.7 | 92.62 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 139 | 0 | 0.10 | 0.38 | 0.12 | 43.95 | 0.59 | 0.71 |
| Hex | E1 | CA | 8B | 0 | A | 26 | C | 2C | 3B | 47 |
| Octal | 341 | 312 | 213 | 0 | 12 | 46 | 14 | 54 | 73 | 107 |
| Binary | 11100001 | 11001010 | 10001011 | 0 | 1010 | 100110 | 1100 | 101100 | 111011 | 1000111 |
Color Harmonies of #E1CA8B
Complementary color
Monochromatic Colors of #E1CA8B
Black with #E1CA8B
Text Example
Text Example
White with #E1CA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CA8B; }
p { color: rgb(225,202,139); }
H1.HeaderClassName
{
color: #E1CA8B;
}
.AnyTagClassName
{
color: #E1CA8B;
}
</style>
background-color css
<style>
a { background-color: #E1CA8B; }
a { background-color: rgb(225,202,139); }
div.DivClassName
{
background-color: #E1CA8B;
}
.BgClassName
{
background-color: #E1CA8B;
}
</style>
border-color css
<style>
span { border-color: #E1CA8B; }
span { border-color: rgb(225,202,139); }
td.TdClassName
{
border-color: #E1CA8B;
}
.TagClassName
{
border-color: #E1CA8B;
}
</style>