Shades of Sandwisp #E0CD85
Tints of Sandwisp #E0CD85
RGB
CMYK
RGB Variations
Color information
#E0CD85 (or 0xE0CD85) is known color: Sandwisp. HEX triplet: E0, CD and 85. RGB value is (224,205,133). Sum of RGB (Red+Green+Blue) = 224+205+133=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CD85 is #1F327A. Grayscale: #CACACA. Windows color (decimal): -2044539 or 8768992. OLE color: 8768992.
HSL color Cylindrical-coordinate representation of color #E0CD85: hue angle of 47.47º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E0CD85 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 205 | 133 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.12 |
| HSL | 47.47º | 0.59% | 0.7% | - |
| HSV(B) | 47.47º | 0.41% | 0.88% | - |
| XYZ | 56.81 | 61.2 | 31.01 | - |
| YUV | 202.47 | 88.79 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 205 | 133 | 0 | 0.08 | 0.41 | 0.12 | 47.47 | 0.59 | 0.7 |
| Hex | E0 | CD | 85 | 0 | 8 | 29 | C | 2F | 3B | 46 |
| Octal | 340 | 315 | 205 | 0 | 10 | 51 | 14 | 57 | 73 | 106 |
| Binary | 11100000 | 11001101 | 10000101 | 0 | 1000 | 101001 | 1100 | 101111 | 111011 | 1000110 |
Color Harmonies of #E0CD85
Complementary color
Monochromatic Colors of #E0CD85
Black with #E0CD85
Text Example
Text Example
White with #E0CD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CD85; }
p { color: rgb(224,205,133); }
H1.HeaderClassName
{
color: #E0CD85;
}
.AnyTagClassName
{
color: #E0CD85;
}
</style>
background-color css
<style>
a { background-color: #E0CD85; }
a { background-color: rgb(224,205,133); }
div.DivClassName
{
background-color: #E0CD85;
}
.BgClassName
{
background-color: #E0CD85;
}
</style>
border-color css
<style>
span { border-color: #E0CD85; }
span { border-color: rgb(224,205,133); }
td.TdClassName
{
border-color: #E0CD85;
}
.TagClassName
{
border-color: #E0CD85;
}
</style>