Shades of Golden Sand #EED061
Tints of Golden Sand #EED061
RGB
CMYK
RGB Variations
Color information
#EED061 (or 0xEED061) is known color: Golden Sand. HEX triplet: EE, D0 and 61. RGB value is (238,208,97). Sum of RGB (Red+Green+Blue) = 238+208+97=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 97 (38.28% from 255 or 17.86% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EED061 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED061 is #112F9E. Grayscale: #CCCCCC. Windows color (decimal): -1126303 or 6410478. OLE color: 6410478.
HSL color Cylindrical-coordinate representation of color #EED061: hue angle of 47.23º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EED061 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 97 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.07 |
| HSL | 47.23º | 0.81% | 0.66% | - |
| HSV(B) | 47.23º | 0.59% | 0.93% | - |
| XYZ | 59.97 | 64.15 | 20.53 | - |
| YUV | 204.32 | 67.44 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 97 | 0 | 0.13 | 0.59 | 0.07 | 47.23 | 0.81 | 0.66 |
| Hex | EE | D0 | 61 | 0 | D | 3B | 7 | 2F | 51 | 42 |
| Octal | 356 | 320 | 141 | 0 | 15 | 73 | 7 | 57 | 121 | 102 |
| Binary | 11101110 | 11010000 | 1100001 | 0 | 1101 | 111011 | 111 | 101111 | 1010001 | 1000010 |
Color Harmonies of #EED061
Complementary color
Monochromatic Colors of #EED061
Black with #EED061
Text Example
Text Example
White with #EED061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED061; }
p { color: rgb(238,208,97); }
H1.HeaderClassName
{
color: #EED061;
}
.AnyTagClassName
{
color: #EED061;
}
</style>
background-color css
<style>
a { background-color: #EED061; }
a { background-color: rgb(238,208,97); }
div.DivClassName
{
background-color: #EED061;
}
.BgClassName
{
background-color: #EED061;
}
</style>
border-color css
<style>
span { border-color: #EED061; }
span { border-color: rgb(238,208,97); }
td.TdClassName
{
border-color: #EED061;
}
.TagClassName
{
border-color: #EED061;
}
</style>