Shades of Sandwisp #E0CA8D
Tints of Sandwisp #E0CA8D
RGB
CMYK
RGB Variations
Color information
#E0CA8D (or 0xE0CA8D) is known color: Sandwisp. HEX triplet: E0, CA and 8D. RGB value is (224,202,141). Sum of RGB (Red+Green+Blue) = 224+202+141=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 141 (55.47% from 255 or 24.87% from 567); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CA8D is #1F3572. Grayscale: #C9C9C9. Windows color (decimal): -2045299 or 9292512. OLE color: 9292512.
HSL color Cylindrical-coordinate representation of color #E0CA8D: hue angle of 44.1º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E0CA8D is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 202 | 141 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.12 |
| HSL | 44.1º | 0.57% | 0.72% | - |
| HSV(B) | 44.1º | 0.37% | 0.88% | - |
| XYZ | 56.67 | 60.01 | 33.8 | - |
| YUV | 201.62 | 93.79 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 202 | 141 | 0 | 0.10 | 0.37 | 0.12 | 44.1 | 0.57 | 0.72 |
| Hex | E0 | CA | 8D | 0 | A | 25 | C | 2C | 39 | 48 |
| Octal | 340 | 312 | 215 | 0 | 12 | 45 | 14 | 54 | 71 | 110 |
| Binary | 11100000 | 11001010 | 10001101 | 0 | 1010 | 100101 | 1100 | 101100 | 111001 | 1001000 |
Color Harmonies of #E0CA8D
Complementary color
Monochromatic Colors of #E0CA8D
Black with #E0CA8D
Text Example
Text Example
White with #E0CA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CA8D; }
p { color: rgb(224,202,141); }
H1.HeaderClassName
{
color: #E0CA8D;
}
.AnyTagClassName
{
color: #E0CA8D;
}
</style>
background-color css
<style>
a { background-color: #E0CA8D; }
a { background-color: rgb(224,202,141); }
div.DivClassName
{
background-color: #E0CA8D;
}
.BgClassName
{
background-color: #E0CA8D;
}
</style>
border-color css
<style>
span { border-color: #E0CA8D; }
span { border-color: rgb(224,202,141); }
td.TdClassName
{
border-color: #E0CA8D;
}
.TagClassName
{
border-color: #E0CA8D;
}
</style>