Shades of Golden Sand #E8D268
Tints of Golden Sand #E8D268
RGB
CMYK
RGB Variations
Color information
#E8D268 (or 0xE8D268) is known color: Golden Sand. HEX triplet: E8, D2 and 68. RGB value is (232,210,104). Sum of RGB (Red+Green+Blue) = 232+210+104=546 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.49% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 104 (41.02% from 255 or 19.05% from 546); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D268 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D268 is #172D97. Grayscale: #CCCCCC. Windows color (decimal): -1519000 or 6869736. OLE color: 6869736.
HSL color Cylindrical-coordinate representation of color #E8D268: hue angle of 49.69º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E8D268 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 210 | 104 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.09 |
| HSL | 49.69º | 0.74% | 0.66% | - |
| HSV(B) | 49.69º | 0.55% | 0.91% | - |
| XYZ | 58.82 | 64.25 | 22.4 | - |
| YUV | 204.49 | 71.29 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 210 | 104 | 0 | 0.09 | 0.55 | 0.09 | 49.69 | 0.74 | 0.66 |
| Hex | E8 | D2 | 68 | 0 | 9 | 37 | 9 | 32 | 4A | 42 |
| Octal | 350 | 322 | 150 | 0 | 11 | 67 | 11 | 62 | 112 | 102 |
| Binary | 11101000 | 11010010 | 1101000 | 0 | 1001 | 110111 | 1001 | 110010 | 1001010 | 1000010 |
Color Harmonies of #E8D268
Complementary color
Monochromatic Colors of #E8D268
Black with #E8D268
Text Example
Text Example
White with #E8D268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D268; }
p { color: rgb(232,210,104); }
H1.HeaderClassName
{
color: #E8D268;
}
.AnyTagClassName
{
color: #E8D268;
}
</style>
background-color css
<style>
a { background-color: #E8D268; }
a { background-color: rgb(232,210,104); }
div.DivClassName
{
background-color: #E8D268;
}
.BgClassName
{
background-color: #E8D268;
}
</style>
border-color css
<style>
span { border-color: #E8D268; }
span { border-color: rgb(232,210,104); }
td.TdClassName
{
border-color: #E8D268;
}
.TagClassName
{
border-color: #E8D268;
}
</style>