Shades of Sandwisp #E5CD8A
Tints of Sandwisp #E5CD8A
RGB
CMYK
RGB Variations
Color information
#E5CD8A (or 0xE5CD8A) is known color: Sandwisp. HEX triplet: E5, CD and 8A. RGB value is (229,205,138). Sum of RGB (Red+Green+Blue) = 229+205+138=572 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.03% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 138 (54.30% from 255 or 24.13% from 572); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CD8A is #1A3275. Grayscale: #CCCCCC. Windows color (decimal): -1716854 or 9096677. OLE color: 9096677.
HSL color Cylindrical-coordinate representation of color #E5CD8A: hue angle of 44.18º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E5CD8A is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 205 | 138 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.10 |
| HSL | 44.18º | 0.64% | 0.72% | - |
| HSV(B) | 44.18º | 0.4% | 0.9% | - |
| XYZ | 58.73 | 62.16 | 32.95 | - |
| YUV | 204.54 | 90.45 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 205 | 138 | 0 | 0.10 | 0.40 | 0.10 | 44.18 | 0.64 | 0.72 |
| Hex | E5 | CD | 8A | 0 | A | 28 | A | 2C | 40 | 48 |
| Octal | 345 | 315 | 212 | 0 | 12 | 50 | 12 | 54 | 100 | 110 |
| Binary | 11100101 | 11001101 | 10001010 | 0 | 1010 | 101000 | 1010 | 101100 | 1000000 | 1001000 |
Color Harmonies of #E5CD8A
Complementary color
Monochromatic Colors of #E5CD8A
Black with #E5CD8A
Text Example
Text Example
White with #E5CD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CD8A; }
p { color: rgb(229,205,138); }
H1.HeaderClassName
{
color: #E5CD8A;
}
.AnyTagClassName
{
color: #E5CD8A;
}
</style>
background-color css
<style>
a { background-color: #E5CD8A; }
a { background-color: rgb(229,205,138); }
div.DivClassName
{
background-color: #E5CD8A;
}
.BgClassName
{
background-color: #E5CD8A;
}
</style>
border-color css
<style>
span { border-color: #E5CD8A; }
span { border-color: rgb(229,205,138); }
td.TdClassName
{
border-color: #E5CD8A;
}
.TagClassName
{
border-color: #E5CD8A;
}
</style>