Shades of Sandwisp #E1CA83
Tints of Sandwisp #E1CA83
RGB
CMYK
RGB Variations
Color information
#E1CA83 (or 0xE1CA83) is known color: Sandwisp. HEX triplet: E1, CA and 83. RGB value is (225,202,131). Sum of RGB (Red+Green+Blue) = 225+202+131=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 131 (51.56% from 255 or 23.48% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CA83 is #1E357C. Grayscale: #C9C9C9. Windows color (decimal): -1979773 or 8637153. OLE color: 8637153.
HSL color Cylindrical-coordinate representation of color #E1CA83: hue angle of 45.32º 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 #E1CA83 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 131 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.12 |
| HSL | 45.32º | 0.61% | 0.7% | - |
| HSV(B) | 45.32º | 0.42% | 0.88% | - |
| XYZ | 56.27 | 59.89 | 30.07 | - |
| YUV | 200.78 | 88.62 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 131 | 0 | 0.10 | 0.42 | 0.12 | 45.32 | 0.61 | 0.7 |
| Hex | E1 | CA | 83 | 0 | A | 2A | C | 2D | 3D | 46 |
| Octal | 341 | 312 | 203 | 0 | 12 | 52 | 14 | 55 | 75 | 106 |
| Binary | 11100001 | 11001010 | 10000011 | 0 | 1010 | 101010 | 1100 | 101101 | 111101 | 1000110 |
Color Harmonies of #E1CA83
Complementary color
Monochromatic Colors of #E1CA83
Black with #E1CA83
Text Example
Text Example
White with #E1CA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CA83; }
p { color: rgb(225,202,131); }
H1.HeaderClassName
{
color: #E1CA83;
}
.AnyTagClassName
{
color: #E1CA83;
}
</style>
background-color css
<style>
a { background-color: #E1CA83; }
a { background-color: rgb(225,202,131); }
div.DivClassName
{
background-color: #E1CA83;
}
.BgClassName
{
background-color: #E1CA83;
}
</style>
border-color css
<style>
span { border-color: #E1CA83; }
span { border-color: rgb(225,202,131); }
td.TdClassName
{
border-color: #E1CA83;
}
.TagClassName
{
border-color: #E1CA83;
}
</style>