Shades of Golden Sand #EED268
Tints of Golden Sand #EED268
RGB
CMYK
RGB Variations
Color information
#EED268 (or 0xEED268) is known color: Golden Sand. HEX triplet: EE, D2 and 68. RGB value is (238,210,104). Sum of RGB (Red+Green+Blue) = 238+210+104=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 210 (82.42% from 255 or 38.04% from 552); Blue value is 104 (41.02% from 255 or 18.84% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EED268 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED268 is #112D97. Grayscale: #CECECE. Windows color (decimal): -1125784 or 6869742. OLE color: 6869742.
HSL color Cylindrical-coordinate representation of color #EED268: hue angle of 47.46º 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 #EED268 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 104 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.07 |
| HSL | 47.46º | 0.8% | 0.67% | - |
| HSV(B) | 47.46º | 0.56% | 0.93% | - |
| XYZ | 60.81 | 65.27 | 22.49 | - |
| YUV | 206.29 | 70.28 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 104 | 0 | 0.12 | 0.56 | 0.07 | 47.46 | 0.8 | 0.67 |
| Hex | EE | D2 | 68 | 0 | C | 38 | 7 | 2F | 50 | 43 |
| Octal | 356 | 322 | 150 | 0 | 14 | 70 | 7 | 57 | 120 | 103 |
| Binary | 11101110 | 11010010 | 1101000 | 0 | 1100 | 111000 | 111 | 101111 | 1010000 | 1000011 |
Color Harmonies of #EED268
Complementary color
Monochromatic Colors of #EED268
Black with #EED268
Text Example
Text Example
White with #EED268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED268; }
p { color: rgb(238,210,104); }
H1.HeaderClassName
{
color: #EED268;
}
.AnyTagClassName
{
color: #EED268;
}
</style>
background-color css
<style>
a { background-color: #EED268; }
a { background-color: rgb(238,210,104); }
div.DivClassName
{
background-color: #EED268;
}
.BgClassName
{
background-color: #EED268;
}
</style>
border-color css
<style>
span { border-color: #EED268; }
span { border-color: rgb(238,210,104); }
td.TdClassName
{
border-color: #EED268;
}
.TagClassName
{
border-color: #EED268;
}
</style>