Shades of Sandwisp #E1CA80
Tints of Sandwisp #E1CA80
RGB
CMYK
RGB Variations
Color information
#E1CA80 (or 0xE1CA80) is known color: Sandwisp. HEX triplet: E1, CA and 80. RGB value is (225,202,128). Sum of RGB (Red+Green+Blue) = 225+202+128=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CA80 is #1E357F. Grayscale: #C8C8C8. Windows color (decimal): -1979776 or 8440545. OLE color: 8440545.
HSL color Cylindrical-coordinate representation of color #E1CA80: hue angle of 45.77º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E1CA80 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 128 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.12 |
| HSL | 45.77º | 0.62% | 0.69% | - |
| HSV(B) | 45.77º | 0.43% | 0.88% | - |
| XYZ | 56.07 | 59.81 | 29.01 | - |
| YUV | 200.44 | 87.12 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 128 | 0 | 0.10 | 0.43 | 0.12 | 45.77 | 0.62 | 0.69 |
| Hex | E1 | CA | 80 | 0 | A | 2B | C | 2E | 3E | 45 |
| Octal | 341 | 312 | 200 | 0 | 12 | 53 | 14 | 56 | 76 | 105 |
| Binary | 11100001 | 11001010 | 10000000 | 0 | 1010 | 101011 | 1100 | 101110 | 111110 | 1000101 |
Color Harmonies of #E1CA80
Complementary color
Monochromatic Colors of #E1CA80
Black with #E1CA80
Text Example
Text Example
White with #E1CA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CA80; }
p { color: rgb(225,202,128); }
H1.HeaderClassName
{
color: #E1CA80;
}
.AnyTagClassName
{
color: #E1CA80;
}
</style>
background-color css
<style>
a { background-color: #E1CA80; }
a { background-color: rgb(225,202,128); }
div.DivClassName
{
background-color: #E1CA80;
}
.BgClassName
{
background-color: #E1CA80;
}
</style>
border-color css
<style>
span { border-color: #E1CA80; }
span { border-color: rgb(225,202,128); }
td.TdClassName
{
border-color: #E1CA80;
}
.TagClassName
{
border-color: #E1CA80;
}
</style>