Shades of Golden Sand #E7CF5F
Tints of Golden Sand #E7CF5F
RGB
CMYK
RGB Variations
Color information
#E7CF5F (or 0xE7CF5F) is known color: Golden Sand. HEX triplet: E7, CF and 5F. RGB value is (231,207,95). Sum of RGB (Red+Green+Blue) = 231+207+95=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 95 (37.5% from 255 or 17.82% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CF5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CF5F is #1830A0. Grayscale: #C9C9C9. Windows color (decimal): -1585313 or 6279143. OLE color: 6279143.
HSL color Cylindrical-coordinate representation of color #E7CF5F: hue angle of 49.41º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E7CF5F is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 207 | 95 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.09 |
| HSL | 49.41º | 0.74% | 0.64% | - |
| HSV(B) | 49.41º | 0.59% | 0.91% | - |
| XYZ | 57.33 | 62.44 | 19.86 | - |
| YUV | 201.41 | 67.95 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 207 | 95 | 0 | 0.10 | 0.59 | 0.09 | 49.41 | 0.74 | 0.64 |
| Hex | E7 | CF | 5F | 0 | A | 3B | 9 | 31 | 4A | 40 |
| Octal | 347 | 317 | 137 | 0 | 12 | 73 | 11 | 61 | 112 | 100 |
| Binary | 11100111 | 11001111 | 1011111 | 0 | 1010 | 111011 | 1001 | 110001 | 1001010 | 1000000 |
Color Harmonies of #E7CF5F
Complementary color
Monochromatic Colors of #E7CF5F
Black with #E7CF5F
Text Example
Text Example
White with #E7CF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CF5F; }
p { color: rgb(231,207,95); }
H1.HeaderClassName
{
color: #E7CF5F;
}
.AnyTagClassName
{
color: #E7CF5F;
}
</style>
background-color css
<style>
a { background-color: #E7CF5F; }
a { background-color: rgb(231,207,95); }
div.DivClassName
{
background-color: #E7CF5F;
}
.BgClassName
{
background-color: #E7CF5F;
}
</style>
border-color css
<style>
span { border-color: #E7CF5F; }
span { border-color: rgb(231,207,95); }
td.TdClassName
{
border-color: #E7CF5F;
}
.TagClassName
{
border-color: #E7CF5F;
}
</style>