Shades of Sandwisp #E1CD8C
Tints of Sandwisp #E1CD8C
RGB
CMYK
RGB Variations
Color information
#E1CD8C (or 0xE1CD8C) is known color: Sandwisp. HEX triplet: E1, CD and 8C. RGB value is (225,205,140). Sum of RGB (Red+Green+Blue) = 225+205+140=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 140 (55.08% from 255 or 24.56% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CD8C is #1E3273. Grayscale: #CBCBCB. Windows color (decimal): -1978996 or 9227745. OLE color: 9227745.
HSL color Cylindrical-coordinate representation of color #E1CD8C: hue angle of 45.88º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E1CD8C is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 205 | 140 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.12 |
| HSL | 45.88º | 0.59% | 0.72% | - |
| HSV(B) | 45.88º | 0.38% | 0.88% | - |
| XYZ | 57.62 | 61.56 | 33.66 | - |
| YUV | 203.57 | 92.13 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 205 | 140 | 0 | 0.09 | 0.38 | 0.12 | 45.88 | 0.59 | 0.72 |
| Hex | E1 | CD | 8C | 0 | 9 | 26 | C | 2E | 3B | 48 |
| Octal | 341 | 315 | 214 | 0 | 11 | 46 | 14 | 56 | 73 | 110 |
| Binary | 11100001 | 11001101 | 10001100 | 0 | 1001 | 100110 | 1100 | 101110 | 111011 | 1001000 |
Color Harmonies of #E1CD8C
Complementary color
Monochromatic Colors of #E1CD8C
Black with #E1CD8C
Text Example
Text Example
White with #E1CD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CD8C; }
p { color: rgb(225,205,140); }
H1.HeaderClassName
{
color: #E1CD8C;
}
.AnyTagClassName
{
color: #E1CD8C;
}
</style>
background-color css
<style>
a { background-color: #E1CD8C; }
a { background-color: rgb(225,205,140); }
div.DivClassName
{
background-color: #E1CD8C;
}
.BgClassName
{
background-color: #E1CD8C;
}
</style>
border-color css
<style>
span { border-color: #E1CD8C; }
span { border-color: rgb(225,205,140); }
td.TdClassName
{
border-color: #E1CD8C;
}
.TagClassName
{
border-color: #E1CD8C;
}
</style>