Shades of Sandwisp #E0CA7E
Tints of Sandwisp #E0CA7E
RGB
CMYK
RGB Variations
Color information
#E0CA7E (or 0xE0CA7E) is known color: Sandwisp. HEX triplet: E0, CA and 7E. RGB value is (224,202,126). Sum of RGB (Red+Green+Blue) = 224+202+126=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 126 (49.61% from 255 or 22.83% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CA7E is #1F3581. Grayscale: #C8C8C8. Windows color (decimal): -2045314 or 8309472. OLE color: 8309472.
HSL color Cylindrical-coordinate representation of color #E0CA7E: hue angle of 46.53º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E0CA7E is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 202 | 126 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.12 |
| HSL | 46.53º | 0.61% | 0.69% | - |
| HSV(B) | 46.53º | 0.44% | 0.88% | - |
| XYZ | 55.63 | 59.59 | 28.31 | - |
| YUV | 199.91 | 86.29 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 202 | 126 | 0 | 0.10 | 0.44 | 0.12 | 46.53 | 0.61 | 0.69 |
| Hex | E0 | CA | 7E | 0 | A | 2C | C | 2F | 3D | 45 |
| Octal | 340 | 312 | 176 | 0 | 12 | 54 | 14 | 57 | 75 | 105 |
| Binary | 11100000 | 11001010 | 1111110 | 0 | 1010 | 101100 | 1100 | 101111 | 111101 | 1000101 |
Color Harmonies of #E0CA7E
Complementary color
Monochromatic Colors of #E0CA7E
Black with #E0CA7E
Text Example
Text Example
White with #E0CA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CA7E; }
p { color: rgb(224,202,126); }
H1.HeaderClassName
{
color: #E0CA7E;
}
.AnyTagClassName
{
color: #E0CA7E;
}
</style>
background-color css
<style>
a { background-color: #E0CA7E; }
a { background-color: rgb(224,202,126); }
div.DivClassName
{
background-color: #E0CA7E;
}
.BgClassName
{
background-color: #E0CA7E;
}
</style>
border-color css
<style>
span { border-color: #E0CA7E; }
span { border-color: rgb(224,202,126); }
td.TdClassName
{
border-color: #E0CA7E;
}
.TagClassName
{
border-color: #E0CA7E;
}
</style>