Shades of Golden Sand #EED266
Tints of Golden Sand #EED266
RGB
CMYK
RGB Variations
Color information
#EED266 (or 0xEED266) is known color: Golden Sand. HEX triplet: EE, D2 and 66. RGB value is (238,210,102). Sum of RGB (Red+Green+Blue) = 238+210+102=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 210 (82.42% from 255 or 38.18% from 550); Blue value is 102 (40.23% from 255 or 18.55% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EED266 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED266 is #112D99. Grayscale: #CECECE. Windows color (decimal): -1125786 or 6738670. OLE color: 6738670.
HSL color Cylindrical-coordinate representation of color #EED266: hue angle of 47.65º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EED266 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 102 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.07 |
| HSL | 47.65º | 0.8% | 0.67% | - |
| HSV(B) | 47.65º | 0.57% | 0.93% | - |
| XYZ | 60.7 | 65.23 | 21.96 | - |
| YUV | 206.06 | 69.28 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 102 | 0 | 0.12 | 0.57 | 0.07 | 47.65 | 0.8 | 0.67 |
| Hex | EE | D2 | 66 | 0 | C | 39 | 7 | 30 | 50 | 43 |
| Octal | 356 | 322 | 146 | 0 | 14 | 71 | 7 | 60 | 120 | 103 |
| Binary | 11101110 | 11010010 | 1100110 | 0 | 1100 | 111001 | 111 | 110000 | 1010000 | 1000011 |
Color Harmonies of #EED266
Complementary color
Monochromatic Colors of #EED266
Black with #EED266
Text Example
Text Example
White with #EED266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED266; }
p { color: rgb(238,210,102); }
H1.HeaderClassName
{
color: #EED266;
}
.AnyTagClassName
{
color: #EED266;
}
</style>
background-color css
<style>
a { background-color: #EED266; }
a { background-color: rgb(238,210,102); }
div.DivClassName
{
background-color: #EED266;
}
.BgClassName
{
background-color: #EED266;
}
</style>
border-color css
<style>
span { border-color: #EED266; }
span { border-color: rgb(238,210,102); }
td.TdClassName
{
border-color: #EED266;
}
.TagClassName
{
border-color: #EED266;
}
</style>