Shades of Wild Rice #EDD573
Tints of Wild Rice #EDD573
RGB
CMYK
RGB Variations
Color information
#EDD573 (or 0xEDD573) is known color: Wild Rice. HEX triplet: ED, D5 and 73. RGB value is (237,213,115). Sum of RGB (Red+Green+Blue) = 237+213+115=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 213 (83.59% from 255 or 37.70% from 565); Blue value is 115 (45.31% from 255 or 20.35% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD573 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD573 is #122A8C. Grayscale: #D1D1D1. Windows color (decimal): -1190541 or 7591405. OLE color: 7591405.
HSL color Cylindrical-coordinate representation of color #EDD573: hue angle of 48.2º 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 #EDD573 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 115 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.07 |
| HSL | 48.2º | 0.77% | 0.69% | - |
| HSV(B) | 48.2º | 0.51% | 0.93% | - |
| XYZ | 61.81 | 66.83 | 25.86 | - |
| YUV | 209 | 74.95 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 115 | 0 | 0.10 | 0.51 | 0.07 | 48.2 | 0.77 | 0.69 |
| Hex | ED | D5 | 73 | 0 | A | 33 | 7 | 30 | 4D | 45 |
| Octal | 355 | 325 | 163 | 0 | 12 | 63 | 7 | 60 | 115 | 105 |
| Binary | 11101101 | 11010101 | 1110011 | 0 | 1010 | 110011 | 111 | 110000 | 1001101 | 1000101 |
Color Harmonies of #EDD573
Complementary color
Monochromatic Colors of #EDD573
Black with #EDD573
Text Example
Text Example
White with #EDD573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD573; }
p { color: rgb(237,213,115); }
H1.HeaderClassName
{
color: #EDD573;
}
.AnyTagClassName
{
color: #EDD573;
}
</style>
background-color css
<style>
a { background-color: #EDD573; }
a { background-color: rgb(237,213,115); }
div.DivClassName
{
background-color: #EDD573;
}
.BgClassName
{
background-color: #EDD573;
}
</style>
border-color css
<style>
span { border-color: #EDD573; }
span { border-color: rgb(237,213,115); }
td.TdClassName
{
border-color: #EDD573;
}
.TagClassName
{
border-color: #EDD573;
}
</style>