Shades of Sandwisp #E0CA88
Tints of Sandwisp #E0CA88
RGB
CMYK
RGB Variations
Color information
#E0CA88 (or 0xE0CA88) is known color: Sandwisp. HEX triplet: E0, CA and 88. RGB value is (224,202,136). Sum of RGB (Red+Green+Blue) = 224+202+136=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 136 (53.52% from 255 or 24.20% from 562); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CA88 is #1F3577. Grayscale: #C9C9C9. Windows color (decimal): -2045304 or 8964832. OLE color: 8964832.
HSL color Cylindrical-coordinate representation of color #E0CA88: hue angle of 45º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E0CA88 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 202 | 136 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.12 |
| HSL | 45º | 0.59% | 0.71% | - |
| HSV(B) | 45º | 0.39% | 0.88% | - |
| XYZ | 56.3 | 59.87 | 31.88 | - |
| YUV | 201.05 | 91.29 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 202 | 136 | 0 | 0.10 | 0.39 | 0.12 | 45 | 0.59 | 0.71 |
| Hex | E0 | CA | 88 | 0 | A | 27 | C | 2D | 3B | 47 |
| Octal | 340 | 312 | 210 | 0 | 12 | 47 | 14 | 55 | 73 | 107 |
| Binary | 11100000 | 11001010 | 10001000 | 0 | 1010 | 100111 | 1100 | 101101 | 111011 | 1000111 |
Color Harmonies of #E0CA88
Complementary color
Monochromatic Colors of #E0CA88
Black with #E0CA88
Text Example
Text Example
White with #E0CA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CA88; }
p { color: rgb(224,202,136); }
H1.HeaderClassName
{
color: #E0CA88;
}
.AnyTagClassName
{
color: #E0CA88;
}
</style>
background-color css
<style>
a { background-color: #E0CA88; }
a { background-color: rgb(224,202,136); }
div.DivClassName
{
background-color: #E0CA88;
}
.BgClassName
{
background-color: #E0CA88;
}
</style>
border-color css
<style>
span { border-color: #E0CA88; }
span { border-color: rgb(224,202,136); }
td.TdClassName
{
border-color: #E0CA88;
}
.TagClassName
{
border-color: #E0CA88;
}
</style>