Shades of Sandwisp #E1CD84
Tints of Sandwisp #E1CD84
RGB
CMYK
RGB Variations
Color information
#E1CD84 (or 0xE1CD84) is known color: Sandwisp. HEX triplet: E1, CD and 84. RGB value is (225,205,132). Sum of RGB (Red+Green+Blue) = 225+205+132=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 132 (51.95% from 255 or 23.49% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CD84 is #1E327B. Grayscale: #CACACA. Windows color (decimal): -1979004 or 8703457. OLE color: 8703457.
HSL color Cylindrical-coordinate representation of color #E1CD84: hue angle of 47.1º degrees, saturation: 0.61, 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 #E1CD84 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 205 | 132 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.12 |
| HSL | 47.1º | 0.61% | 0.7% | - |
| HSV(B) | 47.1º | 0.41% | 0.88% | - |
| XYZ | 57.05 | 61.34 | 30.66 | - |
| YUV | 202.66 | 88.13 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 205 | 132 | 0 | 0.09 | 0.41 | 0.12 | 47.1 | 0.61 | 0.7 |
| Hex | E1 | CD | 84 | 0 | 9 | 29 | C | 2F | 3D | 46 |
| Octal | 341 | 315 | 204 | 0 | 11 | 51 | 14 | 57 | 75 | 106 |
| Binary | 11100001 | 11001101 | 10000100 | 0 | 1001 | 101001 | 1100 | 101111 | 111101 | 1000110 |
Color Harmonies of #E1CD84
Complementary color
Monochromatic Colors of #E1CD84
Black with #E1CD84
Text Example
Text Example
White with #E1CD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CD84; }
p { color: rgb(225,205,132); }
H1.HeaderClassName
{
color: #E1CD84;
}
.AnyTagClassName
{
color: #E1CD84;
}
</style>
background-color css
<style>
a { background-color: #E1CD84; }
a { background-color: rgb(225,205,132); }
div.DivClassName
{
background-color: #E1CD84;
}
.BgClassName
{
background-color: #E1CD84;
}
</style>
border-color css
<style>
span { border-color: #E1CD84; }
span { border-color: rgb(225,205,132); }
td.TdClassName
{
border-color: #E1CD84;
}
.TagClassName
{
border-color: #E1CD84;
}
</style>