Shades of Golden Sand #EED569
Tints of Golden Sand #EED569
RGB
CMYK
RGB Variations
Color information
#EED569 (or 0xEED569) is known color: Golden Sand. HEX triplet: EE, D5 and 69. RGB value is (238,213,105). Sum of RGB (Red+Green+Blue) = 238+213+105=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 213 (83.59% from 255 or 38.31% from 556); Blue value is 105 (41.41% from 255 or 18.88% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EED569 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED569 is #112A96. Grayscale: #D0D0D0. Windows color (decimal): -1125015 or 6936046. OLE color: 6936046.
HSL color Cylindrical-coordinate representation of color #EED569: hue angle of 48.72º 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 #EED569 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 105 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.07 |
| HSL | 48.72º | 0.8% | 0.67% | - |
| HSV(B) | 48.72º | 0.56% | 0.93% | - |
| XYZ | 61.6 | 66.79 | 23.01 | - |
| YUV | 208.16 | 69.78 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 105 | 0 | 0.11 | 0.56 | 0.07 | 48.72 | 0.8 | 0.67 |
| Hex | EE | D5 | 69 | 0 | B | 38 | 7 | 31 | 50 | 43 |
| Octal | 356 | 325 | 151 | 0 | 13 | 70 | 7 | 61 | 120 | 103 |
| Binary | 11101110 | 11010101 | 1101001 | 0 | 1011 | 111000 | 111 | 110001 | 1010000 | 1000011 |
Color Harmonies of #EED569
Complementary color
Monochromatic Colors of #EED569
Black with #EED569
Text Example
Text Example
White with #EED569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED569; }
p { color: rgb(238,213,105); }
H1.HeaderClassName
{
color: #EED569;
}
.AnyTagClassName
{
color: #EED569;
}
</style>
background-color css
<style>
a { background-color: #EED569; }
a { background-color: rgb(238,213,105); }
div.DivClassName
{
background-color: #EED569;
}
.BgClassName
{
background-color: #EED569;
}
</style>
border-color css
<style>
span { border-color: #EED569; }
span { border-color: rgb(238,213,105); }
td.TdClassName
{
border-color: #EED569;
}
.TagClassName
{
border-color: #EED569;
}
</style>