Shades of Golden Sand #EED261
Tints of Golden Sand #EED261
RGB
CMYK
RGB Variations
Color information
#EED261 (or 0xEED261) is known color: Golden Sand. HEX triplet: EE, D2 and 61. RGB value is (238,210,97). Sum of RGB (Red+Green+Blue) = 238+210+97=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 97 (38.28% from 255 or 17.80% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EED261 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED261 is #112D9E. Grayscale: #CDCDCD. Windows color (decimal): -1125791 or 6410990. OLE color: 6410990.
HSL color Cylindrical-coordinate representation of color #EED261: hue angle of 48.09º 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 #EED261 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 97 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.07 |
| HSL | 48.09º | 0.81% | 0.66% | - |
| HSV(B) | 48.09º | 0.59% | 0.93% | - |
| XYZ | 60.46 | 65.13 | 20.69 | - |
| YUV | 205.49 | 66.78 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 97 | 0 | 0.12 | 0.59 | 0.07 | 48.09 | 0.81 | 0.66 |
| Hex | EE | D2 | 61 | 0 | C | 3B | 7 | 30 | 51 | 42 |
| Octal | 356 | 322 | 141 | 0 | 14 | 73 | 7 | 60 | 121 | 102 |
| Binary | 11101110 | 11010010 | 1100001 | 0 | 1100 | 111011 | 111 | 110000 | 1010001 | 1000010 |
Color Harmonies of #EED261
Complementary color
Monochromatic Colors of #EED261
Black with #EED261
Text Example
Text Example
White with #EED261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED261; }
p { color: rgb(238,210,97); }
H1.HeaderClassName
{
color: #EED261;
}
.AnyTagClassName
{
color: #EED261;
}
</style>
background-color css
<style>
a { background-color: #EED261; }
a { background-color: rgb(238,210,97); }
div.DivClassName
{
background-color: #EED261;
}
.BgClassName
{
background-color: #EED261;
}
</style>
border-color css
<style>
span { border-color: #EED261; }
span { border-color: rgb(238,210,97); }
td.TdClassName
{
border-color: #EED261;
}
.TagClassName
{
border-color: #EED261;
}
</style>