Shades of Sandwisp #E2CB84
Tints of Sandwisp #E2CB84
RGB
CMYK
RGB Variations
Color information
#E2CB84 (or 0xE2CB84) is known color: Sandwisp. HEX triplet: E2, CB and 84. RGB value is (226,203,132). Sum of RGB (Red+Green+Blue) = 226+203+132=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 132 (51.95% from 255 or 23.53% from 561); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CB84 is #1D347B. Grayscale: #CACACA. Windows color (decimal): -1913980 or 8702946. OLE color: 8702946.
HSL color Cylindrical-coordinate representation of color #E2CB84: hue angle of 45.32º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E2CB84 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 132 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.11 |
| HSL | 45.32º | 0.62% | 0.7% | - |
| HSV(B) | 45.32º | 0.42% | 0.89% | - |
| XYZ | 56.88 | 60.55 | 30.52 | - |
| YUV | 201.78 | 88.62 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 132 | 0 | 0.10 | 0.42 | 0.11 | 45.32 | 0.62 | 0.7 |
| Hex | E2 | CB | 84 | 0 | A | 2A | B | 2D | 3E | 46 |
| Octal | 342 | 313 | 204 | 0 | 12 | 52 | 13 | 55 | 76 | 106 |
| Binary | 11100010 | 11001011 | 10000100 | 0 | 1010 | 101010 | 1011 | 101101 | 111110 | 1000110 |
Color Harmonies of #E2CB84
Complementary color
Monochromatic Colors of #E2CB84
Black with #E2CB84
Text Example
Text Example
White with #E2CB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CB84; }
p { color: rgb(226,203,132); }
H1.HeaderClassName
{
color: #E2CB84;
}
.AnyTagClassName
{
color: #E2CB84;
}
</style>
background-color css
<style>
a { background-color: #E2CB84; }
a { background-color: rgb(226,203,132); }
div.DivClassName
{
background-color: #E2CB84;
}
.BgClassName
{
background-color: #E2CB84;
}
</style>
border-color css
<style>
span { border-color: #E2CB84; }
span { border-color: rgb(226,203,132); }
td.TdClassName
{
border-color: #E2CB84;
}
.TagClassName
{
border-color: #E2CB84;
}
</style>