Shades of Wild Rice #EDD673
Tints of Wild Rice #EDD673
RGB
CMYK
RGB Variations
Color information
#EDD673 (or 0xEDD673) is known color: Wild Rice. HEX triplet: ED, D6 and 73. RGB value is (237,214,115). Sum of RGB (Red+Green+Blue) = 237+214+115=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 214 (83.98% from 255 or 37.81% from 566); Blue value is 115 (45.31% from 255 or 20.32% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD673 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD673 is #12298C. Grayscale: #D2D2D2. Windows color (decimal): -1190285 or 7591661. OLE color: 7591661.
HSL color Cylindrical-coordinate representation of color #EDD673: hue angle of 48.69º 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 #EDD673 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 115 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.07 |
| HSL | 48.69º | 0.77% | 0.69% | - |
| HSV(B) | 48.69º | 0.51% | 0.93% | - |
| XYZ | 62.07 | 67.34 | 25.95 | - |
| YUV | 209.59 | 74.62 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 115 | 0 | 0.10 | 0.51 | 0.07 | 48.69 | 0.77 | 0.69 |
| Hex | ED | D6 | 73 | 0 | A | 33 | 7 | 31 | 4D | 45 |
| Octal | 355 | 326 | 163 | 0 | 12 | 63 | 7 | 61 | 115 | 105 |
| Binary | 11101101 | 11010110 | 1110011 | 0 | 1010 | 110011 | 111 | 110001 | 1001101 | 1000101 |
Color Harmonies of #EDD673
Complementary color
Monochromatic Colors of #EDD673
Black with #EDD673
Text Example
Text Example
White with #EDD673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD673; }
p { color: rgb(237,214,115); }
H1.HeaderClassName
{
color: #EDD673;
}
.AnyTagClassName
{
color: #EDD673;
}
</style>
background-color css
<style>
a { background-color: #EDD673; }
a { background-color: rgb(237,214,115); }
div.DivClassName
{
background-color: #EDD673;
}
.BgClassName
{
background-color: #EDD673;
}
</style>
border-color css
<style>
span { border-color: #EDD673; }
span { border-color: rgb(237,214,115); }
td.TdClassName
{
border-color: #EDD673;
}
.TagClassName
{
border-color: #EDD673;
}
</style>