Shades of Golden Sand #E9CF6E
Tints of Golden Sand #E9CF6E
RGB
CMYK
RGB Variations
Color information
#E9CF6E (or 0xE9CF6E) is known color: Golden Sand. HEX triplet: E9, CF and 6E. RGB value is (233,207,110). Sum of RGB (Red+Green+Blue) = 233+207+110=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 110 (43.36% from 255 or 20% from 550); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CF6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CF6E is #163091. Grayscale: #CCCCCC. Windows color (decimal): -1454226 or 7262185. OLE color: 7262185.
HSL color Cylindrical-coordinate representation of color #E9CF6E: hue angle of 47.32º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E9CF6E is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 207 | 110 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.09 |
| HSL | 47.32º | 0.74% | 0.67% | - |
| HSV(B) | 47.32º | 0.53% | 0.91% | - |
| XYZ | 58.73 | 63.08 | 23.83 | - |
| YUV | 203.72 | 75.11 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 207 | 110 | 0 | 0.11 | 0.53 | 0.09 | 47.32 | 0.74 | 0.67 |
| Hex | E9 | CF | 6E | 0 | B | 35 | 9 | 2F | 4A | 43 |
| Octal | 351 | 317 | 156 | 0 | 13 | 65 | 11 | 57 | 112 | 103 |
| Binary | 11101001 | 11001111 | 1101110 | 0 | 1011 | 110101 | 1001 | 101111 | 1001010 | 1000011 |
Color Harmonies of #E9CF6E
Complementary color
Monochromatic Colors of #E9CF6E
Black with #E9CF6E
Text Example
Text Example
White with #E9CF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CF6E; }
p { color: rgb(233,207,110); }
H1.HeaderClassName
{
color: #E9CF6E;
}
.AnyTagClassName
{
color: #E9CF6E;
}
</style>
background-color css
<style>
a { background-color: #E9CF6E; }
a { background-color: rgb(233,207,110); }
div.DivClassName
{
background-color: #E9CF6E;
}
.BgClassName
{
background-color: #E9CF6E;
}
</style>
border-color css
<style>
span { border-color: #E9CF6E; }
span { border-color: rgb(233,207,110); }
td.TdClassName
{
border-color: #E9CF6E;
}
.TagClassName
{
border-color: #E9CF6E;
}
</style>