Shades of Golden Sand #E8D26F
Tints of Golden Sand #E8D26F
RGB
CMYK
RGB Variations
Color information
#E8D26F (or 0xE8D26F) is known color: Golden Sand. HEX triplet: E8, D2 and 6F. RGB value is (232,210,111). Sum of RGB (Red+Green+Blue) = 232+210+111=553 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.95% from 553); Green value is 210 (82.42% from 255 or 37.97% from 553); Blue value is 111 (43.75% from 255 or 20.07% from 553); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D26F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D26F is #172D90. Grayscale: #CDCDCD. Windows color (decimal): -1518993 or 7328488. OLE color: 7328488.
HSL color Cylindrical-coordinate representation of color #E8D26F: hue angle of 49.09º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E8D26F is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 210 | 111 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.09 |
| HSL | 49.09º | 0.72% | 0.67% | - |
| HSV(B) | 49.09º | 0.52% | 0.91% | - |
| XYZ | 59.19 | 64.4 | 24.35 | - |
| YUV | 205.29 | 74.79 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 210 | 111 | 0 | 0.09 | 0.52 | 0.09 | 49.09 | 0.72 | 0.67 |
| Hex | E8 | D2 | 6F | 0 | 9 | 34 | 9 | 31 | 48 | 43 |
| Octal | 350 | 322 | 157 | 0 | 11 | 64 | 11 | 61 | 110 | 103 |
| Binary | 11101000 | 11010010 | 1101111 | 0 | 1001 | 110100 | 1001 | 110001 | 1001000 | 1000011 |
Color Harmonies of #E8D26F
Complementary color
Monochromatic Colors of #E8D26F
Black with #E8D26F
Text Example
Text Example
White with #E8D26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D26F; }
p { color: rgb(232,210,111); }
H1.HeaderClassName
{
color: #E8D26F;
}
.AnyTagClassName
{
color: #E8D26F;
}
</style>
background-color css
<style>
a { background-color: #E8D26F; }
a { background-color: rgb(232,210,111); }
div.DivClassName
{
background-color: #E8D26F;
}
.BgClassName
{
background-color: #E8D26F;
}
</style>
border-color css
<style>
span { border-color: #E8D26F; }
span { border-color: rgb(232,210,111); }
td.TdClassName
{
border-color: #E8D26F;
}
.TagClassName
{
border-color: #E8D26F;
}
</style>