Shades of Sandwisp #E2CA7E
Tints of Sandwisp #E2CA7E
RGB
CMYK
RGB Variations
Color information
#E2CA7E (or 0xE2CA7E) is known color: Sandwisp. HEX triplet: E2, CA and 7E. RGB value is (226,202,126). Sum of RGB (Red+Green+Blue) = 226+202+126=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 126 (49.61% from 255 or 22.74% from 554); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CA7E is #1D3581. Grayscale: #C8C8C8. Windows color (decimal): -1914242 or 8309474. OLE color: 8309474.
HSL color Cylindrical-coordinate representation of color #E2CA7E: hue angle of 45.6º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E2CA7E is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 202 | 126 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.11 |
| HSL | 45.6º | 0.63% | 0.69% | - |
| HSV(B) | 45.6º | 0.44% | 0.89% | - |
| XYZ | 56.25 | 59.92 | 28.34 | - |
| YUV | 200.51 | 85.95 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 202 | 126 | 0 | 0.11 | 0.44 | 0.11 | 45.6 | 0.63 | 0.69 |
| Hex | E2 | CA | 7E | 0 | B | 2C | B | 2E | 3F | 45 |
| Octal | 342 | 312 | 176 | 0 | 13 | 54 | 13 | 56 | 77 | 105 |
| Binary | 11100010 | 11001010 | 1111110 | 0 | 1011 | 101100 | 1011 | 101110 | 111111 | 1000101 |
Color Harmonies of #E2CA7E
Complementary color
Monochromatic Colors of #E2CA7E
Black with #E2CA7E
Text Example
Text Example
White with #E2CA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CA7E; }
p { color: rgb(226,202,126); }
H1.HeaderClassName
{
color: #E2CA7E;
}
.AnyTagClassName
{
color: #E2CA7E;
}
</style>
background-color css
<style>
a { background-color: #E2CA7E; }
a { background-color: rgb(226,202,126); }
div.DivClassName
{
background-color: #E2CA7E;
}
.BgClassName
{
background-color: #E2CA7E;
}
</style>
border-color css
<style>
span { border-color: #E2CA7E; }
span { border-color: rgb(226,202,126); }
td.TdClassName
{
border-color: #E2CA7E;
}
.TagClassName
{
border-color: #E2CA7E;
}
</style>