Shades of Sandwisp #E2CE7C
Tints of Sandwisp #E2CE7C
RGB
CMYK
RGB Variations
Color information
#E2CE7C (or 0xE2CE7C) is known color: Sandwisp. HEX triplet: E2, CE and 7C. RGB value is (226,206,124). Sum of RGB (Red+Green+Blue) = 226+206+124=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 124 (48.83% from 255 or 22.30% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CE7C is #1D3183. Grayscale: #CACACA. Windows color (decimal): -1913220 or 8179426. OLE color: 8179426.
HSL color Cylindrical-coordinate representation of color #E2CE7C: hue angle of 48.24º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E2CE7C is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 206 | 124 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.11 |
| HSL | 48.24º | 0.64% | 0.69% | - |
| HSV(B) | 48.24º | 0.45% | 0.89% | - |
| XYZ | 57.07 | 61.77 | 27.98 | - |
| YUV | 202.63 | 83.63 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 206 | 124 | 0 | 0.09 | 0.45 | 0.11 | 48.24 | 0.64 | 0.69 |
| Hex | E2 | CE | 7C | 0 | 9 | 2D | B | 30 | 40 | 45 |
| Octal | 342 | 316 | 174 | 0 | 11 | 55 | 13 | 60 | 100 | 105 |
| Binary | 11100010 | 11001110 | 1111100 | 0 | 1001 | 101101 | 1011 | 110000 | 1000000 | 1000101 |
Color Harmonies of #E2CE7C
Complementary color
Monochromatic Colors of #E2CE7C
Black with #E2CE7C
Text Example
Text Example
White with #E2CE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CE7C; }
p { color: rgb(226,206,124); }
H1.HeaderClassName
{
color: #E2CE7C;
}
.AnyTagClassName
{
color: #E2CE7C;
}
</style>
background-color css
<style>
a { background-color: #E2CE7C; }
a { background-color: rgb(226,206,124); }
div.DivClassName
{
background-color: #E2CE7C;
}
.BgClassName
{
background-color: #E2CE7C;
}
</style>
border-color css
<style>
span { border-color: #E2CE7C; }
span { border-color: rgb(226,206,124); }
td.TdClassName
{
border-color: #E2CE7C;
}
.TagClassName
{
border-color: #E2CE7C;
}
</style>