Shades of Golden Sand #EED36B
Tints of Golden Sand #EED36B
RGB
CMYK
RGB Variations
Color information
#EED36B (or 0xEED36B) is known color: Golden Sand. HEX triplet: EE, D3 and 6B. RGB value is (238,211,107). Sum of RGB (Red+Green+Blue) = 238+211+107=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 211 (82.81% from 255 or 37.95% from 556); Blue value is 107 (42.19% from 255 or 19.24% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EED36B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED36B is #112C94. Grayscale: #CFCFCF. Windows color (decimal): -1125525 or 7066606. OLE color: 7066606.
HSL color Cylindrical-coordinate representation of color #EED36B: hue angle of 47.63º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EED36B is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 107 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.07 |
| HSL | 47.63º | 0.79% | 0.68% | - |
| HSV(B) | 47.63º | 0.55% | 0.93% | - |
| XYZ | 61.21 | 65.83 | 23.39 | - |
| YUV | 207.22 | 71.45 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 107 | 0 | 0.11 | 0.55 | 0.07 | 47.63 | 0.79 | 0.68 |
| Hex | EE | D3 | 6B | 0 | B | 37 | 7 | 30 | 4F | 44 |
| Octal | 356 | 323 | 153 | 0 | 13 | 67 | 7 | 60 | 117 | 104 |
| Binary | 11101110 | 11010011 | 1101011 | 0 | 1011 | 110111 | 111 | 110000 | 1001111 | 1000100 |
Color Harmonies of #EED36B
Complementary color
Monochromatic Colors of #EED36B
Black with #EED36B
Text Example
Text Example
White with #EED36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED36B; }
p { color: rgb(238,211,107); }
H1.HeaderClassName
{
color: #EED36B;
}
.AnyTagClassName
{
color: #EED36B;
}
</style>
background-color css
<style>
a { background-color: #EED36B; }
a { background-color: rgb(238,211,107); }
div.DivClassName
{
background-color: #EED36B;
}
.BgClassName
{
background-color: #EED36B;
}
</style>
border-color css
<style>
span { border-color: #EED36B; }
span { border-color: rgb(238,211,107); }
td.TdClassName
{
border-color: #EED36B;
}
.TagClassName
{
border-color: #EED36B;
}
</style>