Shades of Sandwisp #E5CE85
Tints of Sandwisp #E5CE85
RGB
CMYK
RGB Variations
Color information
#E5CE85 (or 0xE5CE85) is known color: Sandwisp. HEX triplet: E5, CE and 85. RGB value is (229,206,133). Sum of RGB (Red+Green+Blue) = 229+206+133=568 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.32% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 133 (52.34% from 255 or 23.42% from 568); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CE85 is #1A317A. Grayscale: #CCCCCC. Windows color (decimal): -1716603 or 8769253. OLE color: 8769253.
HSL color Cylindrical-coordinate representation of color #E5CE85: hue angle of 45.62º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E5CE85 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 206 | 133 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.10 |
| HSL | 45.63º | 0.65% | 0.71% | - |
| HSV(B) | 45.63º | 0.42% | 0.9% | - |
| XYZ | 58.62 | 62.49 | 31.16 | - |
| YUV | 204.56 | 87.62 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 206 | 133 | 0 | 0.10 | 0.42 | 0.10 | 45.63 | 0.65 | 0.71 |
| Hex | E5 | CE | 85 | 0 | A | 2A | A | 2E | 41 | 47 |
| Octal | 345 | 316 | 205 | 0 | 12 | 52 | 12 | 56 | 101 | 107 |
| Binary | 11100101 | 11001110 | 10000101 | 0 | 1010 | 101010 | 1010 | 101110 | 1000001 | 1000111 |
Color Harmonies of #E5CE85
Complementary color
Monochromatic Colors of #E5CE85
Black with #E5CE85
Text Example
Text Example
White with #E5CE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CE85; }
p { color: rgb(229,206,133); }
H1.HeaderClassName
{
color: #E5CE85;
}
.AnyTagClassName
{
color: #E5CE85;
}
</style>
background-color css
<style>
a { background-color: #E5CE85; }
a { background-color: rgb(229,206,133); }
div.DivClassName
{
background-color: #E5CE85;
}
.BgClassName
{
background-color: #E5CE85;
}
</style>
border-color css
<style>
span { border-color: #E5CE85; }
span { border-color: rgb(229,206,133); }
td.TdClassName
{
border-color: #E5CE85;
}
.TagClassName
{
border-color: #E5CE85;
}
</style>