Shades of Wild Rice #EDD973
Tints of Wild Rice #EDD973
RGB
CMYK
RGB Variations
Color information
#EDD973 (or 0xEDD973) is known color: Wild Rice. HEX triplet: ED, D9 and 73. RGB value is (237,217,115). Sum of RGB (Red+Green+Blue) = 237+217+115=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 115 (45.31% from 255 or 20.21% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD973 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD973 is #12268C. Grayscale: #D3D3D3. Windows color (decimal): -1189517 or 7592429. OLE color: 7592429.
HSL color Cylindrical-coordinate representation of color #EDD973: hue angle of 50.16º 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 #EDD973 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 115 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.07 |
| HSL | 50.16º | 0.77% | 0.69% | - |
| HSV(B) | 50.16º | 0.51% | 0.93% | - |
| XYZ | 62.83 | 68.87 | 26.2 | - |
| YUV | 211.35 | 73.63 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 115 | 0 | 0.08 | 0.51 | 0.07 | 50.16 | 0.77 | 0.69 |
| Hex | ED | D9 | 73 | 0 | 8 | 33 | 7 | 32 | 4D | 45 |
| Octal | 355 | 331 | 163 | 0 | 10 | 63 | 7 | 62 | 115 | 105 |
| Binary | 11101101 | 11011001 | 1110011 | 0 | 1000 | 110011 | 111 | 110010 | 1001101 | 1000101 |
Color Harmonies of #EDD973
Complementary color
Monochromatic Colors of #EDD973
Black with #EDD973
Text Example
Text Example
White with #EDD973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD973; }
p { color: rgb(237,217,115); }
H1.HeaderClassName
{
color: #EDD973;
}
.AnyTagClassName
{
color: #EDD973;
}
</style>
background-color css
<style>
a { background-color: #EDD973; }
a { background-color: rgb(237,217,115); }
div.DivClassName
{
background-color: #EDD973;
}
.BgClassName
{
background-color: #EDD973;
}
</style>
border-color css
<style>
span { border-color: #EDD973; }
span { border-color: rgb(237,217,115); }
td.TdClassName
{
border-color: #EDD973;
}
.TagClassName
{
border-color: #EDD973;
}
</style>