Shades of Golden Sand #E9CD68
Tints of Golden Sand #E9CD68
RGB
CMYK
RGB Variations
Color information
#E9CD68 (or 0xE9CD68) is known color: Golden Sand. HEX triplet: E9, CD and 68. RGB value is (233,205,104). Sum of RGB (Red+Green+Blue) = 233+205+104=542 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.99% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 104 (41.02% from 255 or 19.19% from 542); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CD68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CD68 is #163297. Grayscale: #CACACA. Windows color (decimal): -1454744 or 6868457. OLE color: 6868457.
HSL color Cylindrical-coordinate representation of color #E9CD68: hue angle of 46.98º degrees, saturation: 0.75, 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 #E9CD68 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 205 | 104 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.09 |
| HSL | 46.98º | 0.75% | 0.66% | - |
| HSV(B) | 46.98º | 0.55% | 0.91% | - |
| XYZ | 57.93 | 61.99 | 22.01 | - |
| YUV | 201.86 | 72.78 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 205 | 104 | 0 | 0.12 | 0.55 | 0.09 | 46.98 | 0.75 | 0.66 |
| Hex | E9 | CD | 68 | 0 | C | 37 | 9 | 2F | 4B | 42 |
| Octal | 351 | 315 | 150 | 0 | 14 | 67 | 11 | 57 | 113 | 102 |
| Binary | 11101001 | 11001101 | 1101000 | 0 | 1100 | 110111 | 1001 | 101111 | 1001011 | 1000010 |
Color Harmonies of #E9CD68
Complementary color
Monochromatic Colors of #E9CD68
Black with #E9CD68
Text Example
Text Example
White with #E9CD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CD68; }
p { color: rgb(233,205,104); }
H1.HeaderClassName
{
color: #E9CD68;
}
.AnyTagClassName
{
color: #E9CD68;
}
</style>
background-color css
<style>
a { background-color: #E9CD68; }
a { background-color: rgb(233,205,104); }
div.DivClassName
{
background-color: #E9CD68;
}
.BgClassName
{
background-color: #E9CD68;
}
</style>
border-color css
<style>
span { border-color: #E9CD68; }
span { border-color: rgb(233,205,104); }
td.TdClassName
{
border-color: #E9CD68;
}
.TagClassName
{
border-color: #E9CD68;
}
</style>