Shades of Sandwisp #E0D27E
Tints of Sandwisp #E0D27E
RGB
CMYK
RGB Variations
Color information
#E0D27E (or 0xE0D27E) is known color: Sandwisp. HEX triplet: E0, D2 and 7E. RGB value is (224,210,126). Sum of RGB (Red+Green+Blue) = 224+210+126=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 210 (82.42% from 255 or 37.5% from 560); Blue value is 126 (49.61% from 255 or 22.5% from 560); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D27E is #1F2D81. Grayscale: #CCCCCC. Windows color (decimal): -2043266 or 8311520. OLE color: 8311520.
HSL color Cylindrical-coordinate representation of color #E0D27E: hue angle of 51.43º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E0D27E is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 210 | 126 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.12 |
| HSL | 51.43º | 0.61% | 0.69% | - |
| HSV(B) | 51.43º | 0.44% | 0.88% | - |
| XYZ | 57.55 | 63.45 | 28.95 | - |
| YUV | 204.61 | 83.64 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 210 | 126 | 0 | 0.06 | 0.44 | 0.12 | 51.43 | 0.61 | 0.69 |
| Hex | E0 | D2 | 7E | 0 | 6 | 2C | C | 33 | 3D | 45 |
| Octal | 340 | 322 | 176 | 0 | 6 | 54 | 14 | 63 | 75 | 105 |
| Binary | 11100000 | 11010010 | 1111110 | 0 | 110 | 101100 | 1100 | 110011 | 111101 | 1000101 |
Color Harmonies of #E0D27E
Complementary color
Monochromatic Colors of #E0D27E
Black with #E0D27E
Text Example
Text Example
White with #E0D27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D27E; }
p { color: rgb(224,210,126); }
H1.HeaderClassName
{
color: #E0D27E;
}
.AnyTagClassName
{
color: #E0D27E;
}
</style>
background-color css
<style>
a { background-color: #E0D27E; }
a { background-color: rgb(224,210,126); }
div.DivClassName
{
background-color: #E0D27E;
}
.BgClassName
{
background-color: #E0D27E;
}
</style>
border-color css
<style>
span { border-color: #E0D27E; }
span { border-color: rgb(224,210,126); }
td.TdClassName
{
border-color: #E0D27E;
}
.TagClassName
{
border-color: #E0D27E;
}
</style>