Shades of Wild Rice #EDD876
Tints of Wild Rice #EDD876
RGB
CMYK
RGB Variations
Color information
#EDD876 (or 0xEDD876) is known color: Wild Rice. HEX triplet: ED, D8 and 76. RGB value is (237,216,118). Sum of RGB (Red+Green+Blue) = 237+216+118=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 216 (84.77% from 255 or 37.83% from 571); Blue value is 118 (46.48% from 255 or 20.67% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD876 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD876 is #122789. Grayscale: #D3D3D3. Windows color (decimal): -1189770 or 7788781. OLE color: 7788781.
HSL color Cylindrical-coordinate representation of color #EDD876: hue angle of 49.41º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDD876 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 118 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.07 |
| HSL | 49.41º | 0.77% | 0.7% | - |
| HSV(B) | 49.41º | 0.5% | 0.93% | - |
| XYZ | 62.75 | 68.42 | 27.04 | - |
| YUV | 211.11 | 75.46 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 118 | 0 | 0.09 | 0.50 | 0.07 | 49.41 | 0.77 | 0.7 |
| Hex | ED | D8 | 76 | 0 | 9 | 32 | 7 | 31 | 4D | 46 |
| Octal | 355 | 330 | 166 | 0 | 11 | 62 | 7 | 61 | 115 | 106 |
| Binary | 11101101 | 11011000 | 1110110 | 0 | 1001 | 110010 | 111 | 110001 | 1001101 | 1000110 |
Color Harmonies of #EDD876
Complementary color
Monochromatic Colors of #EDD876
Black with #EDD876
Text Example
Text Example
White with #EDD876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD876; }
p { color: rgb(237,216,118); }
H1.HeaderClassName
{
color: #EDD876;
}
.AnyTagClassName
{
color: #EDD876;
}
</style>
background-color css
<style>
a { background-color: #EDD876; }
a { background-color: rgb(237,216,118); }
div.DivClassName
{
background-color: #EDD876;
}
.BgClassName
{
background-color: #EDD876;
}
</style>
border-color css
<style>
span { border-color: #EDD876; }
span { border-color: rgb(237,216,118); }
td.TdClassName
{
border-color: #EDD876;
}
.TagClassName
{
border-color: #EDD876;
}
</style>