Shades of Sandwisp #E5CE7A
Tints of Sandwisp #E5CE7A
RGB
CMYK
RGB Variations
Color information
#E5CE7A (or 0xE5CE7A) is known color: Sandwisp. HEX triplet: E5, CE and 7A. RGB value is (229,206,122). Sum of RGB (Red+Green+Blue) = 229+206+122=557 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.11% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 122 (48.05% from 255 or 21.90% from 557); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CE7A is #1A3185. Grayscale: #CBCBCB. Windows color (decimal): -1716614 or 8048357. OLE color: 8048357.
HSL color Cylindrical-coordinate representation of color #E5CE7A: hue angle of 47.1º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E5CE7A is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 206 | 122 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.10 |
| HSL | 47.1º | 0.67% | 0.69% | - |
| HSV(B) | 47.1º | 0.47% | 0.9% | - |
| XYZ | 57.9 | 62.21 | 27.37 | - |
| YUV | 203.3 | 82.12 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 206 | 122 | 0 | 0.10 | 0.47 | 0.10 | 47.1 | 0.67 | 0.69 |
| Hex | E5 | CE | 7A | 0 | A | 2F | A | 2F | 43 | 45 |
| Octal | 345 | 316 | 172 | 0 | 12 | 57 | 12 | 57 | 103 | 105 |
| Binary | 11100101 | 11001110 | 1111010 | 0 | 1010 | 101111 | 1010 | 101111 | 1000011 | 1000101 |
Color Harmonies of #E5CE7A
Complementary color
Monochromatic Colors of #E5CE7A
Black with #E5CE7A
Text Example
Text Example
White with #E5CE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CE7A; }
p { color: rgb(229,206,122); }
H1.HeaderClassName
{
color: #E5CE7A;
}
.AnyTagClassName
{
color: #E5CE7A;
}
</style>
background-color css
<style>
a { background-color: #E5CE7A; }
a { background-color: rgb(229,206,122); }
div.DivClassName
{
background-color: #E5CE7A;
}
.BgClassName
{
background-color: #E5CE7A;
}
</style>
border-color css
<style>
span { border-color: #E5CE7A; }
span { border-color: rgb(229,206,122); }
td.TdClassName
{
border-color: #E5CE7A;
}
.TagClassName
{
border-color: #E5CE7A;
}
</style>