Shades of Sandwisp #E0CA78
Tints of Sandwisp #E0CA78
RGB
CMYK
RGB Variations
Color information
#E0CA78 (or 0xE0CA78) is known color: Sandwisp. HEX triplet: E0, CA and 78. RGB value is (224,202,120). Sum of RGB (Red+Green+Blue) = 224+202+120=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 120 (47.27% from 255 or 21.98% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CA78 is #1F3587. Grayscale: #C7C7C7. Windows color (decimal): -2045320 or 7916256. OLE color: 7916256.
HSL color Cylindrical-coordinate representation of color #E0CA78: hue angle of 47.31º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0CA78 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 202 | 120 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.12 |
| HSL | 47.31º | 0.63% | 0.67% | - |
| HSV(B) | 47.31º | 0.46% | 0.88% | - |
| XYZ | 55.25 | 59.44 | 26.33 | - |
| YUV | 199.23 | 83.29 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 202 | 120 | 0 | 0.10 | 0.46 | 0.12 | 47.31 | 0.63 | 0.67 |
| Hex | E0 | CA | 78 | 0 | A | 2E | C | 2F | 3F | 43 |
| Octal | 340 | 312 | 170 | 0 | 12 | 56 | 14 | 57 | 77 | 103 |
| Binary | 11100000 | 11001010 | 1111000 | 0 | 1010 | 101110 | 1100 | 101111 | 111111 | 1000011 |
Color Harmonies of #E0CA78
Complementary color
Monochromatic Colors of #E0CA78
Black with #E0CA78
Text Example
Text Example
White with #E0CA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CA78; }
p { color: rgb(224,202,120); }
H1.HeaderClassName
{
color: #E0CA78;
}
.AnyTagClassName
{
color: #E0CA78;
}
</style>
background-color css
<style>
a { background-color: #E0CA78; }
a { background-color: rgb(224,202,120); }
div.DivClassName
{
background-color: #E0CA78;
}
.BgClassName
{
background-color: #E0CA78;
}
</style>
border-color css
<style>
span { border-color: #E0CA78; }
span { border-color: rgb(224,202,120); }
td.TdClassName
{
border-color: #E0CA78;
}
.TagClassName
{
border-color: #E0CA78;
}
</style>