Shades of Wild Rice #EDD970
Tints of Wild Rice #EDD970
RGB
CMYK
RGB Variations
Color information
#EDD970 (or 0xEDD970) is known color: Wild Rice. HEX triplet: ED, D9 and 70. RGB value is (237,217,112). Sum of RGB (Red+Green+Blue) = 237+217+112=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 112 (44.14% from 255 or 19.79% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD970 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD970 is #12268F. Grayscale: #D3D3D3. Windows color (decimal): -1189520 or 7395821. OLE color: 7395821.
HSL color Cylindrical-coordinate representation of color #EDD970: hue angle of 50.4º degrees, saturation: 0.78, 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 #EDD970 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 112 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.07 |
| HSL | 50.4º | 0.78% | 0.68% | - |
| HSV(B) | 50.4º | 0.53% | 0.93% | - |
| XYZ | 62.66 | 68.8 | 25.31 | - |
| YUV | 211.01 | 72.13 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 112 | 0 | 0.08 | 0.53 | 0.07 | 50.4 | 0.78 | 0.68 |
| Hex | ED | D9 | 70 | 0 | 8 | 35 | 7 | 32 | 4E | 44 |
| Octal | 355 | 331 | 160 | 0 | 10 | 65 | 7 | 62 | 116 | 104 |
| Binary | 11101101 | 11011001 | 1110000 | 0 | 1000 | 110101 | 111 | 110010 | 1001110 | 1000100 |
Color Harmonies of #EDD970
Complementary color
Monochromatic Colors of #EDD970
Black with #EDD970
Text Example
Text Example
White with #EDD970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD970; }
p { color: rgb(237,217,112); }
H1.HeaderClassName
{
color: #EDD970;
}
.AnyTagClassName
{
color: #EDD970;
}
</style>
background-color css
<style>
a { background-color: #EDD970; }
a { background-color: rgb(237,217,112); }
div.DivClassName
{
background-color: #EDD970;
}
.BgClassName
{
background-color: #EDD970;
}
</style>
border-color css
<style>
span { border-color: #EDD970; }
span { border-color: rgb(237,217,112); }
td.TdClassName
{
border-color: #EDD970;
}
.TagClassName
{
border-color: #EDD970;
}
</style>