Shades of Golden Sand #EED073
Tints of Golden Sand #EED073
RGB
CMYK
RGB Variations
Color information
#EED073 (or 0xEED073) is known color: Golden Sand. HEX triplet: EE, D0 and 73. RGB value is (238,208,115). Sum of RGB (Red+Green+Blue) = 238+208+115=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 115 (45.31% from 255 or 20.50% from 561); Max value from RGB is 238 - color contains mainly: red. Hex color #EED073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED073 is #112F8C. Grayscale: #CECECE. Windows color (decimal): -1126285 or 7590126. OLE color: 7590126.
HSL color Cylindrical-coordinate representation of color #EED073: hue angle of 45.37º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EED073 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 115 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.07 |
| HSL | 45.37º | 0.78% | 0.69% | - |
| HSV(B) | 45.37º | 0.52% | 0.93% | - |
| XYZ | 60.91 | 64.53 | 25.46 | - |
| YUV | 206.37 | 76.44 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 115 | 0 | 0.13 | 0.52 | 0.07 | 45.37 | 0.78 | 0.69 |
| Hex | EE | D0 | 73 | 0 | D | 34 | 7 | 2D | 4E | 45 |
| Octal | 356 | 320 | 163 | 0 | 15 | 64 | 7 | 55 | 116 | 105 |
| Binary | 11101110 | 11010000 | 1110011 | 0 | 1101 | 110100 | 111 | 101101 | 1001110 | 1000101 |
Color Harmonies of #EED073
Complementary color
Monochromatic Colors of #EED073
Black with #EED073
Text Example
Text Example
White with #EED073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED073; }
p { color: rgb(238,208,115); }
H1.HeaderClassName
{
color: #EED073;
}
.AnyTagClassName
{
color: #EED073;
}
</style>
background-color css
<style>
a { background-color: #EED073; }
a { background-color: rgb(238,208,115); }
div.DivClassName
{
background-color: #EED073;
}
.BgClassName
{
background-color: #EED073;
}
</style>
border-color css
<style>
span { border-color: #EED073; }
span { border-color: rgb(238,208,115); }
td.TdClassName
{
border-color: #EED073;
}
.TagClassName
{
border-color: #EED073;
}
</style>