Shades of Sandwisp #E2CE84
Tints of Sandwisp #E2CE84
RGB
CMYK
RGB Variations
Color information
#E2CE84 (or 0xE2CE84) is known color: Sandwisp. HEX triplet: E2, CE and 84. RGB value is (226,206,132). Sum of RGB (Red+Green+Blue) = 226+206+132=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 132 (51.95% from 255 or 23.40% from 564); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CE84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CE84 is #1D317B. Grayscale: #CBCBCB. Windows color (decimal): -1913212 or 8703714. OLE color: 8703714.
HSL color Cylindrical-coordinate representation of color #E2CE84: hue angle of 47.23º 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 #E2CE84 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 206 | 132 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.11 |
| HSL | 47.23º | 0.62% | 0.7% | - |
| HSV(B) | 47.23º | 0.42% | 0.89% | - |
| XYZ | 57.6 | 61.98 | 30.76 | - |
| YUV | 203.54 | 87.63 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 206 | 132 | 0 | 0.09 | 0.42 | 0.11 | 47.23 | 0.62 | 0.7 |
| Hex | E2 | CE | 84 | 0 | 9 | 2A | B | 2F | 3E | 46 |
| Octal | 342 | 316 | 204 | 0 | 11 | 52 | 13 | 57 | 76 | 106 |
| Binary | 11100010 | 11001110 | 10000100 | 0 | 1001 | 101010 | 1011 | 101111 | 111110 | 1000110 |
Color Harmonies of #E2CE84
Complementary color
Monochromatic Colors of #E2CE84
Black with #E2CE84
Text Example
Text Example
White with #E2CE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CE84; }
p { color: rgb(226,206,132); }
H1.HeaderClassName
{
color: #E2CE84;
}
.AnyTagClassName
{
color: #E2CE84;
}
</style>
background-color css
<style>
a { background-color: #E2CE84; }
a { background-color: rgb(226,206,132); }
div.DivClassName
{
background-color: #E2CE84;
}
.BgClassName
{
background-color: #E2CE84;
}
</style>
border-color css
<style>
span { border-color: #E2CE84; }
span { border-color: rgb(226,206,132); }
td.TdClassName
{
border-color: #E2CE84;
}
.TagClassName
{
border-color: #E2CE84;
}
</style>