Shades of Sandwisp #E5D085
Tints of Sandwisp #E5D085
RGB
CMYK
RGB Variations
Color information
#E5D085 (or 0xE5D085) is known color: Sandwisp. HEX triplet: E5, D0 and 85. RGB value is (229,208,133). Sum of RGB (Red+Green+Blue) = 229+208+133=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 208 (81.64% from 255 or 36.49% from 570); Blue value is 133 (52.34% from 255 or 23.33% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D085 is #1A2F7A. Grayscale: #CECECE. Windows color (decimal): -1716091 or 8769765. OLE color: 8769765.
HSL color Cylindrical-coordinate representation of color #E5D085: hue angle of 46.88º 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 #E5D085 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 208 | 133 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.10 |
| HSL | 46.88º | 0.65% | 0.71% | - |
| HSV(B) | 46.88º | 0.42% | 0.9% | - |
| XYZ | 59.1 | 63.46 | 31.32 | - |
| YUV | 205.73 | 86.96 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 208 | 133 | 0 | 0.09 | 0.42 | 0.10 | 46.88 | 0.65 | 0.71 |
| Hex | E5 | D0 | 85 | 0 | 9 | 2A | A | 2F | 41 | 47 |
| Octal | 345 | 320 | 205 | 0 | 11 | 52 | 12 | 57 | 101 | 107 |
| Binary | 11100101 | 11010000 | 10000101 | 0 | 1001 | 101010 | 1010 | 101111 | 1000001 | 1000111 |
Color Harmonies of #E5D085
Complementary color
Monochromatic Colors of #E5D085
Black with #E5D085
Text Example
Text Example
White with #E5D085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D085; }
p { color: rgb(229,208,133); }
H1.HeaderClassName
{
color: #E5D085;
}
.AnyTagClassName
{
color: #E5D085;
}
</style>
background-color css
<style>
a { background-color: #E5D085; }
a { background-color: rgb(229,208,133); }
div.DivClassName
{
background-color: #E5D085;
}
.BgClassName
{
background-color: #E5D085;
}
</style>
border-color css
<style>
span { border-color: #E5D085; }
span { border-color: rgb(229,208,133); }
td.TdClassName
{
border-color: #E5D085;
}
.TagClassName
{
border-color: #E5D085;
}
</style>