Shades of Wild Rice #EDD975
Tints of Wild Rice #EDD975
RGB
CMYK
RGB Variations
Color information
#EDD975 (or 0xEDD975) is known color: Wild Rice. HEX triplet: ED, D9 and 75. RGB value is (237,217,117). Sum of RGB (Red+Green+Blue) = 237+217+117=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 217 (85.16% from 255 or 38.00% from 571); Blue value is 117 (46.09% from 255 or 20.49% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD975 is #12268A. Grayscale: #D4D4D4. Windows color (decimal): -1189515 or 7723501. OLE color: 7723501.
HSL color Cylindrical-coordinate representation of color #EDD975: hue angle of 50º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDD975 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 117 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.07 |
| HSL | 50º | 0.77% | 0.69% | - |
| HSV(B) | 50º | 0.51% | 0.93% | - |
| XYZ | 62.95 | 68.91 | 26.81 | - |
| YUV | 211.58 | 74.63 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 117 | 0 | 0.08 | 0.51 | 0.07 | 50 | 0.77 | 0.69 |
| Hex | ED | D9 | 75 | 0 | 8 | 33 | 7 | 32 | 4D | 45 |
| Octal | 355 | 331 | 165 | 0 | 10 | 63 | 7 | 62 | 115 | 105 |
| Binary | 11101101 | 11011001 | 1110101 | 0 | 1000 | 110011 | 111 | 110010 | 1001101 | 1000101 |
Color Harmonies of #EDD975
Complementary color
Monochromatic Colors of #EDD975
Black with #EDD975
Text Example
Text Example
White with #EDD975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD975; }
p { color: rgb(237,217,117); }
H1.HeaderClassName
{
color: #EDD975;
}
.AnyTagClassName
{
color: #EDD975;
}
</style>
background-color css
<style>
a { background-color: #EDD975; }
a { background-color: rgb(237,217,117); }
div.DivClassName
{
background-color: #EDD975;
}
.BgClassName
{
background-color: #EDD975;
}
</style>
border-color css
<style>
span { border-color: #EDD975; }
span { border-color: rgb(237,217,117); }
td.TdClassName
{
border-color: #EDD975;
}
.TagClassName
{
border-color: #EDD975;
}
</style>