Shades of Wild Rice #EDD773
Tints of Wild Rice #EDD773
RGB
CMYK
RGB Variations
Color information
#EDD773 (or 0xEDD773) is known color: Wild Rice. HEX triplet: ED, D7 and 73. RGB value is (237,215,115). Sum of RGB (Red+Green+Blue) = 237+215+115=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 215 (84.38% from 255 or 37.92% from 567); Blue value is 115 (45.31% from 255 or 20.28% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD773 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD773 is #12288C. Grayscale: #D2D2D2. Windows color (decimal): -1190029 or 7591917. OLE color: 7591917.
HSL color Cylindrical-coordinate representation of color #EDD773: hue angle of 49.18º 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 #EDD773 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 115 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.07 |
| HSL | 49.18º | 0.77% | 0.69% | - |
| HSV(B) | 49.18º | 0.51% | 0.93% | - |
| XYZ | 62.32 | 67.84 | 26.03 | - |
| YUV | 210.18 | 74.29 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 115 | 0 | 0.09 | 0.51 | 0.07 | 49.18 | 0.77 | 0.69 |
| Hex | ED | D7 | 73 | 0 | 9 | 33 | 7 | 31 | 4D | 45 |
| Octal | 355 | 327 | 163 | 0 | 11 | 63 | 7 | 61 | 115 | 105 |
| Binary | 11101101 | 11010111 | 1110011 | 0 | 1001 | 110011 | 111 | 110001 | 1001101 | 1000101 |
Color Harmonies of #EDD773
Complementary color
Monochromatic Colors of #EDD773
Black with #EDD773
Text Example
Text Example
White with #EDD773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD773; }
p { color: rgb(237,215,115); }
H1.HeaderClassName
{
color: #EDD773;
}
.AnyTagClassName
{
color: #EDD773;
}
</style>
background-color css
<style>
a { background-color: #EDD773; }
a { background-color: rgb(237,215,115); }
div.DivClassName
{
background-color: #EDD773;
}
.BgClassName
{
background-color: #EDD773;
}
</style>
border-color css
<style>
span { border-color: #EDD773; }
span { border-color: rgb(237,215,115); }
td.TdClassName
{
border-color: #EDD773;
}
.TagClassName
{
border-color: #EDD773;
}
</style>