Shades of Golden Sand #EEDD68
Tints of Golden Sand #EEDD68
RGB
CMYK
RGB Variations
Color information
#EEDD68 (or 0xEEDD68) is known color: Golden Sand. HEX triplet: EE, DD and 68. RGB value is (238,221,104). Sum of RGB (Red+Green+Blue) = 238+221+104=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 104 (41.02% from 255 or 18.47% from 563); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDD68 is #112297. Grayscale: #D5D5D5. Windows color (decimal): -1122968 or 6872558. OLE color: 6872558.
HSL color Cylindrical-coordinate representation of color #EEDD68: hue angle of 52.39º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EEDD68 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 104 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.07 |
| HSL | 52.39º | 0.8% | 0.67% | - |
| HSV(B) | 52.39º | 0.56% | 0.93% | - |
| XYZ | 63.62 | 70.89 | 23.43 | - |
| YUV | 212.75 | 66.63 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 104 | 0 | 0.07 | 0.56 | 0.07 | 52.39 | 0.8 | 0.67 |
| Hex | EE | DD | 68 | 0 | 7 | 38 | 7 | 34 | 50 | 43 |
| Octal | 356 | 335 | 150 | 0 | 7 | 70 | 7 | 64 | 120 | 103 |
| Binary | 11101110 | 11011101 | 1101000 | 0 | 111 | 111000 | 111 | 110100 | 1010000 | 1000011 |
Color Harmonies of #EEDD68
Complementary color
Monochromatic Colors of #EEDD68
Black with #EEDD68
Text Example
Text Example
White with #EEDD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDD68; }
p { color: rgb(238,221,104); }
H1.HeaderClassName
{
color: #EEDD68;
}
.AnyTagClassName
{
color: #EEDD68;
}
</style>
background-color css
<style>
a { background-color: #EEDD68; }
a { background-color: rgb(238,221,104); }
div.DivClassName
{
background-color: #EEDD68;
}
.BgClassName
{
background-color: #EEDD68;
}
</style>
border-color css
<style>
span { border-color: #EEDD68; }
span { border-color: rgb(238,221,104); }
td.TdClassName
{
border-color: #EEDD68;
}
.TagClassName
{
border-color: #EEDD68;
}
</style>