Shades of Sandwisp #E2CB7E
Tints of Sandwisp #E2CB7E
RGB
CMYK
RGB Variations
Color information
#E2CB7E (or 0xE2CB7E) is known color: Sandwisp. HEX triplet: E2, CB and 7E. RGB value is (226,203,126). Sum of RGB (Red+Green+Blue) = 226+203+126=555 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.72% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 126 (49.61% from 255 or 22.70% from 555); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CB7E is #1D3481. Grayscale: #C9C9C9. Windows color (decimal): -1913986 or 8309730. OLE color: 8309730.
HSL color Cylindrical-coordinate representation of color #E2CB7E: hue angle of 46.2º 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 #E2CB7E is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 126 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.11 |
| HSL | 46.2º | 0.63% | 0.69% | - |
| HSV(B) | 46.2º | 0.44% | 0.89% | - |
| XYZ | 56.49 | 60.39 | 28.42 | - |
| YUV | 201.1 | 85.62 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 126 | 0 | 0.10 | 0.44 | 0.11 | 46.2 | 0.63 | 0.69 |
| Hex | E2 | CB | 7E | 0 | A | 2C | B | 2E | 3F | 45 |
| Octal | 342 | 313 | 176 | 0 | 12 | 54 | 13 | 56 | 77 | 105 |
| Binary | 11100010 | 11001011 | 1111110 | 0 | 1010 | 101100 | 1011 | 101110 | 111111 | 1000101 |
Color Harmonies of #E2CB7E
Complementary color
Monochromatic Colors of #E2CB7E
Black with #E2CB7E
Text Example
Text Example
White with #E2CB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CB7E; }
p { color: rgb(226,203,126); }
H1.HeaderClassName
{
color: #E2CB7E;
}
.AnyTagClassName
{
color: #E2CB7E;
}
</style>
background-color css
<style>
a { background-color: #E2CB7E; }
a { background-color: rgb(226,203,126); }
div.DivClassName
{
background-color: #E2CB7E;
}
.BgClassName
{
background-color: #E2CB7E;
}
</style>
border-color css
<style>
span { border-color: #E2CB7E; }
span { border-color: rgb(226,203,126); }
td.TdClassName
{
border-color: #E2CB7E;
}
.TagClassName
{
border-color: #E2CB7E;
}
</style>