Shades of Golden Sand #E8CA68
Tints of Golden Sand #E8CA68
RGB
CMYK
RGB Variations
Color information
#E8CA68 (or 0xE8CA68) is known color: Golden Sand. HEX triplet: E8, CA and 68. RGB value is (232,202,104). Sum of RGB (Red+Green+Blue) = 232+202+104=538 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.12% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 104 (41.02% from 255 or 19.33% from 538); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CA68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CA68 is #173597. Grayscale: #C8C8C8. Windows color (decimal): -1521048 or 6867688. OLE color: 6867688.
HSL color Cylindrical-coordinate representation of color #E8CA68: hue angle of 45.94º 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 #E8CA68 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 202 | 104 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.09 |
| HSL | 45.94º | 0.74% | 0.66% | - |
| HSV(B) | 45.94º | 0.55% | 0.91% | - |
| XYZ | 56.9 | 60.4 | 21.76 | - |
| YUV | 199.8 | 73.94 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 202 | 104 | 0 | 0.13 | 0.55 | 0.09 | 45.94 | 0.74 | 0.66 |
| Hex | E8 | CA | 68 | 0 | D | 37 | 9 | 2E | 4A | 42 |
| Octal | 350 | 312 | 150 | 0 | 15 | 67 | 11 | 56 | 112 | 102 |
| Binary | 11101000 | 11001010 | 1101000 | 0 | 1101 | 110111 | 1001 | 101110 | 1001010 | 1000010 |
Color Harmonies of #E8CA68
Complementary color
Monochromatic Colors of #E8CA68
Black with #E8CA68
Text Example
Text Example
White with #E8CA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CA68; }
p { color: rgb(232,202,104); }
H1.HeaderClassName
{
color: #E8CA68;
}
.AnyTagClassName
{
color: #E8CA68;
}
</style>
background-color css
<style>
a { background-color: #E8CA68; }
a { background-color: rgb(232,202,104); }
div.DivClassName
{
background-color: #E8CA68;
}
.BgClassName
{
background-color: #E8CA68;
}
</style>
border-color css
<style>
span { border-color: #E8CA68; }
span { border-color: rgb(232,202,104); }
td.TdClassName
{
border-color: #E8CA68;
}
.TagClassName
{
border-color: #E8CA68;
}
</style>