Shades of Golden Sand #EED26F
Tints of Golden Sand #EED26F
RGB
CMYK
RGB Variations
Color information
#EED26F (or 0xEED26F) is known color: Golden Sand. HEX triplet: EE, D2 and 6F. RGB value is (238,210,111). Sum of RGB (Red+Green+Blue) = 238+210+111=559 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.58% from 559); Green value is 210 (82.42% from 255 or 37.57% from 559); Blue value is 111 (43.75% from 255 or 19.86% from 559); Max value from RGB is 238 - color contains mainly: red. Hex color #EED26F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED26F is #112D90. Grayscale: #CFCFCF. Windows color (decimal): -1125777 or 7328494. OLE color: 7328494.
HSL color Cylindrical-coordinate representation of color #EED26F: hue angle of 46.77º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EED26F is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 111 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.07 |
| HSL | 46.77º | 0.79% | 0.68% | - |
| HSV(B) | 46.77º | 0.53% | 0.93% | - |
| XYZ | 61.18 | 65.42 | 24.44 | - |
| YUV | 207.09 | 73.78 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 111 | 0 | 0.12 | 0.53 | 0.07 | 46.77 | 0.79 | 0.68 |
| Hex | EE | D2 | 6F | 0 | C | 35 | 7 | 2F | 4F | 44 |
| Octal | 356 | 322 | 157 | 0 | 14 | 65 | 7 | 57 | 117 | 104 |
| Binary | 11101110 | 11010010 | 1101111 | 0 | 1100 | 110101 | 111 | 101111 | 1001111 | 1000100 |
Color Harmonies of #EED26F
Complementary color
Monochromatic Colors of #EED26F
Black with #EED26F
Text Example
Text Example
White with #EED26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED26F; }
p { color: rgb(238,210,111); }
H1.HeaderClassName
{
color: #EED26F;
}
.AnyTagClassName
{
color: #EED26F;
}
</style>
background-color css
<style>
a { background-color: #EED26F; }
a { background-color: rgb(238,210,111); }
div.DivClassName
{
background-color: #EED26F;
}
.BgClassName
{
background-color: #EED26F;
}
</style>
border-color css
<style>
span { border-color: #EED26F; }
span { border-color: rgb(238,210,111); }
td.TdClassName
{
border-color: #EED26F;
}
.TagClassName
{
border-color: #EED26F;
}
</style>