Shades of Sandwisp #E2CF7E
Tints of Sandwisp #E2CF7E
RGB
CMYK
RGB Variations
Color information
#E2CF7E (or 0xE2CF7E) is known color: Sandwisp. HEX triplet: E2, CF and 7E. RGB value is (226,207,126). Sum of RGB (Red+Green+Blue) = 226+207+126=559 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.43% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 126 (49.61% from 255 or 22.54% from 559); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CF7E is #1D3081. Grayscale: #CBCBCB. Windows color (decimal): -1912962 or 8310754. OLE color: 8310754.
HSL color Cylindrical-coordinate representation of color #E2CF7E: hue angle of 48.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 #E2CF7E is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 207 | 126 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.11 |
| HSL | 48.6º | 0.63% | 0.69% | - |
| HSV(B) | 48.6º | 0.44% | 0.89% | - |
| XYZ | 57.44 | 62.3 | 28.74 | - |
| YUV | 203.45 | 84.29 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 207 | 126 | 0 | 0.08 | 0.44 | 0.11 | 48.6 | 0.63 | 0.69 |
| Hex | E2 | CF | 7E | 0 | 8 | 2C | B | 31 | 3F | 45 |
| Octal | 342 | 317 | 176 | 0 | 10 | 54 | 13 | 61 | 77 | 105 |
| Binary | 11100010 | 11001111 | 1111110 | 0 | 1000 | 101100 | 1011 | 110001 | 111111 | 1000101 |
Color Harmonies of #E2CF7E
Complementary color
Monochromatic Colors of #E2CF7E
Black with #E2CF7E
Text Example
Text Example
White with #E2CF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CF7E; }
p { color: rgb(226,207,126); }
H1.HeaderClassName
{
color: #E2CF7E;
}
.AnyTagClassName
{
color: #E2CF7E;
}
</style>
background-color css
<style>
a { background-color: #E2CF7E; }
a { background-color: rgb(226,207,126); }
div.DivClassName
{
background-color: #E2CF7E;
}
.BgClassName
{
background-color: #E2CF7E;
}
</style>
border-color css
<style>
span { border-color: #E2CF7E; }
span { border-color: rgb(226,207,126); }
td.TdClassName
{
border-color: #E2CF7E;
}
.TagClassName
{
border-color: #E2CF7E;
}
</style>