Shades of Golden Sand #EED260
Tints of Golden Sand #EED260
RGB
CMYK
RGB Variations
Color information
#EED260 (or 0xEED260) is known color: Golden Sand. HEX triplet: EE, D2 and 60. RGB value is (238,210,96). Sum of RGB (Red+Green+Blue) = 238+210+96=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 96 (37.89% from 255 or 17.65% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EED260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED260 is #112D9F. Grayscale: #CDCDCD. Windows color (decimal): -1125792 or 6345454. OLE color: 6345454.
HSL color Cylindrical-coordinate representation of color #EED260: hue angle of 48.17º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EED260 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 96 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.07 |
| HSL | 48.17º | 0.81% | 0.65% | - |
| HSV(B) | 48.17º | 0.6% | 0.93% | - |
| XYZ | 60.42 | 65.11 | 20.45 | - |
| YUV | 205.38 | 66.28 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 96 | 0 | 0.12 | 0.60 | 0.07 | 48.17 | 0.81 | 0.65 |
| Hex | EE | D2 | 60 | 0 | C | 3C | 7 | 30 | 51 | 41 |
| Octal | 356 | 322 | 140 | 0 | 14 | 74 | 7 | 60 | 121 | 101 |
| Binary | 11101110 | 11010010 | 1100000 | 0 | 1100 | 111100 | 111 | 110000 | 1010001 | 1000001 |
Color Harmonies of #EED260
Complementary color
Monochromatic Colors of #EED260
Black with #EED260
Text Example
Text Example
White with #EED260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED260; }
p { color: rgb(238,210,96); }
H1.HeaderClassName
{
color: #EED260;
}
.AnyTagClassName
{
color: #EED260;
}
</style>
background-color css
<style>
a { background-color: #EED260; }
a { background-color: rgb(238,210,96); }
div.DivClassName
{
background-color: #EED260;
}
.BgClassName
{
background-color: #EED260;
}
</style>
border-color css
<style>
span { border-color: #EED260; }
span { border-color: rgb(238,210,96); }
td.TdClassName
{
border-color: #EED260;
}
.TagClassName
{
border-color: #EED260;
}
</style>