Shades of Sandwisp #E5CF85
Tints of Sandwisp #E5CF85
RGB
CMYK
RGB Variations
Color information
#E5CF85 (or 0xE5CF85) is known color: Sandwisp. HEX triplet: E5, CF and 85. RGB value is (229,207,133). Sum of RGB (Red+Green+Blue) = 229+207+133=569 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.25% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 133 (52.34% from 255 or 23.37% from 569); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CF85 is #1A307A. Grayscale: #CDCDCD. Windows color (decimal): -1716347 or 8769509. OLE color: 8769509.
HSL color Cylindrical-coordinate representation of color #E5CF85: hue angle of 46.25º 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 #E5CF85 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 207 | 133 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.10 |
| HSL | 46.25º | 0.65% | 0.71% | - |
| HSV(B) | 46.25º | 0.42% | 0.9% | - |
| XYZ | 58.86 | 62.98 | 31.24 | - |
| YUV | 205.14 | 87.29 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 207 | 133 | 0 | 0.10 | 0.42 | 0.10 | 46.25 | 0.65 | 0.71 |
| Hex | E5 | CF | 85 | 0 | A | 2A | A | 2E | 41 | 47 |
| Octal | 345 | 317 | 205 | 0 | 12 | 52 | 12 | 56 | 101 | 107 |
| Binary | 11100101 | 11001111 | 10000101 | 0 | 1010 | 101010 | 1010 | 101110 | 1000001 | 1000111 |
Color Harmonies of #E5CF85
Complementary color
Monochromatic Colors of #E5CF85
Black with #E5CF85
Text Example
Text Example
White with #E5CF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CF85; }
p { color: rgb(229,207,133); }
H1.HeaderClassName
{
color: #E5CF85;
}
.AnyTagClassName
{
color: #E5CF85;
}
</style>
background-color css
<style>
a { background-color: #E5CF85; }
a { background-color: rgb(229,207,133); }
div.DivClassName
{
background-color: #E5CF85;
}
.BgClassName
{
background-color: #E5CF85;
}
</style>
border-color css
<style>
span { border-color: #E5CF85; }
span { border-color: rgb(229,207,133); }
td.TdClassName
{
border-color: #E5CF85;
}
.TagClassName
{
border-color: #E5CF85;
}
</style>