Shades of Sandwisp #E2CA7F
Tints of Sandwisp #E2CA7F
RGB
CMYK
RGB Variations
Color information
#E2CA7F (or 0xE2CA7F) is known color: Sandwisp. HEX triplet: E2, CA and 7F. RGB value is (226,202,127). Sum of RGB (Red+Green+Blue) = 226+202+127=555 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.72% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 127 (50% from 255 or 22.88% from 555); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CA7F is #1D3580. Grayscale: #C8C8C8. Windows color (decimal): -1914241 or 8375010. OLE color: 8375010.
HSL color Cylindrical-coordinate representation of color #E2CA7F: hue angle of 45.45º 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 #E2CA7F is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 202 | 127 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.11 |
| HSL | 45.45º | 0.63% | 0.69% | - |
| HSV(B) | 45.45º | 0.44% | 0.89% | - |
| XYZ | 56.32 | 59.94 | 28.68 | - |
| YUV | 200.63 | 86.45 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 202 | 127 | 0 | 0.11 | 0.44 | 0.11 | 45.45 | 0.63 | 0.69 |
| Hex | E2 | CA | 7F | 0 | B | 2C | B | 2D | 3F | 45 |
| Octal | 342 | 312 | 177 | 0 | 13 | 54 | 13 | 55 | 77 | 105 |
| Binary | 11100010 | 11001010 | 1111111 | 0 | 1011 | 101100 | 1011 | 101101 | 111111 | 1000101 |
Color Harmonies of #E2CA7F
Complementary color
Monochromatic Colors of #E2CA7F
Black with #E2CA7F
Text Example
Text Example
White with #E2CA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CA7F; }
p { color: rgb(226,202,127); }
H1.HeaderClassName
{
color: #E2CA7F;
}
.AnyTagClassName
{
color: #E2CA7F;
}
</style>
background-color css
<style>
a { background-color: #E2CA7F; }
a { background-color: rgb(226,202,127); }
div.DivClassName
{
background-color: #E2CA7F;
}
.BgClassName
{
background-color: #E2CA7F;
}
</style>
border-color css
<style>
span { border-color: #E2CA7F; }
span { border-color: rgb(226,202,127); }
td.TdClassName
{
border-color: #E2CA7F;
}
.TagClassName
{
border-color: #E2CA7F;
}
</style>