Shades of Golden Sand #EEDE68
Tints of Golden Sand #EEDE68
RGB
CMYK
RGB Variations
Color information
#EEDE68 (or 0xEEDE68) is known color: Golden Sand. HEX triplet: EE, DE and 68. RGB value is (238,222,104). Sum of RGB (Red+Green+Blue) = 238+222+104=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 104 (41.02% from 255 or 18.44% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDE68 is #112197. Grayscale: #D5D5D5. Windows color (decimal): -1122712 or 6872814. OLE color: 6872814.
HSL color Cylindrical-coordinate representation of color #EEDE68: hue angle of 52.84º 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 #EEDE68 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 104 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.07 |
| HSL | 52.84º | 0.8% | 0.67% | - |
| HSV(B) | 52.84º | 0.56% | 0.93% | - |
| XYZ | 63.88 | 71.42 | 23.52 | - |
| YUV | 213.33 | 66.3 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 104 | 0 | 0.07 | 0.56 | 0.07 | 52.84 | 0.8 | 0.67 |
| Hex | EE | DE | 68 | 0 | 7 | 38 | 7 | 35 | 50 | 43 |
| Octal | 356 | 336 | 150 | 0 | 7 | 70 | 7 | 65 | 120 | 103 |
| Binary | 11101110 | 11011110 | 1101000 | 0 | 111 | 111000 | 111 | 110101 | 1010000 | 1000011 |
Color Harmonies of #EEDE68
Complementary color
Monochromatic Colors of #EEDE68
Black with #EEDE68
Text Example
Text Example
White with #EEDE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDE68; }
p { color: rgb(238,222,104); }
H1.HeaderClassName
{
color: #EEDE68;
}
.AnyTagClassName
{
color: #EEDE68;
}
</style>
background-color css
<style>
a { background-color: #EEDE68; }
a { background-color: rgb(238,222,104); }
div.DivClassName
{
background-color: #EEDE68;
}
.BgClassName
{
background-color: #EEDE68;
}
</style>
border-color css
<style>
span { border-color: #EEDE68; }
span { border-color: rgb(238,222,104); }
td.TdClassName
{
border-color: #EEDE68;
}
.TagClassName
{
border-color: #EEDE68;
}
</style>