Shades of Golden Sand #E7D26E
Tints of Golden Sand #E7D26E
RGB
CMYK
RGB Variations
Color information
#E7D26E (or 0xE7D26E) is known color: Golden Sand. HEX triplet: E7, D2 and 6E. RGB value is (231,210,110). Sum of RGB (Red+Green+Blue) = 231+210+110=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 210 (82.42% from 255 or 38.11% from 551); Blue value is 110 (43.36% from 255 or 19.96% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D26E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D26E is #182D91. Grayscale: #CDCDCD. Windows color (decimal): -1584530 or 7262951. OLE color: 7262951.
HSL color Cylindrical-coordinate representation of color #E7D26E: hue angle of 49.59º 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 #E7D26E is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 210 | 110 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.09 |
| HSL | 49.59º | 0.72% | 0.67% | - |
| HSV(B) | 49.59º | 0.52% | 0.91% | - |
| XYZ | 58.82 | 64.21 | 24.05 | - |
| YUV | 204.88 | 74.46 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 210 | 110 | 0 | 0.09 | 0.52 | 0.09 | 49.59 | 0.72 | 0.67 |
| Hex | E7 | D2 | 6E | 0 | 9 | 34 | 9 | 32 | 48 | 43 |
| Octal | 347 | 322 | 156 | 0 | 11 | 64 | 11 | 62 | 110 | 103 |
| Binary | 11100111 | 11010010 | 1101110 | 0 | 1001 | 110100 | 1001 | 110010 | 1001000 | 1000011 |
Color Harmonies of #E7D26E
Complementary color
Monochromatic Colors of #E7D26E
Black with #E7D26E
Text Example
Text Example
White with #E7D26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D26E; }
p { color: rgb(231,210,110); }
H1.HeaderClassName
{
color: #E7D26E;
}
.AnyTagClassName
{
color: #E7D26E;
}
</style>
background-color css
<style>
a { background-color: #E7D26E; }
a { background-color: rgb(231,210,110); }
div.DivClassName
{
background-color: #E7D26E;
}
.BgClassName
{
background-color: #E7D26E;
}
</style>
border-color css
<style>
span { border-color: #E7D26E; }
span { border-color: rgb(231,210,110); }
td.TdClassName
{
border-color: #E7D26E;
}
.TagClassName
{
border-color: #E7D26E;
}
</style>