Shades of Wild Rice #EDD475
Tints of Wild Rice #EDD475
RGB
CMYK
RGB Variations
Color information
#EDD475 (or 0xEDD475) is known color: Wild Rice. HEX triplet: ED, D4 and 75. RGB value is (237,212,117). Sum of RGB (Red+Green+Blue) = 237+212+117=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 212 (83.20% from 255 or 37.46% from 566); Blue value is 117 (46.09% from 255 or 20.67% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD475 is #122B8A. Grayscale: #D1D1D1. Windows color (decimal): -1190795 or 7722221. OLE color: 7722221.
HSL color Cylindrical-coordinate representation of color #EDD475: hue angle of 47.5º 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 #EDD475 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 117 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.07 |
| HSL | 47.5º | 0.77% | 0.69% | - |
| HSV(B) | 47.5º | 0.51% | 0.93% | - |
| XYZ | 61.68 | 66.38 | 26.39 | - |
| YUV | 208.65 | 76.28 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 117 | 0 | 0.11 | 0.51 | 0.07 | 47.5 | 0.77 | 0.69 |
| Hex | ED | D4 | 75 | 0 | B | 33 | 7 | 30 | 4D | 45 |
| Octal | 355 | 324 | 165 | 0 | 13 | 63 | 7 | 60 | 115 | 105 |
| Binary | 11101101 | 11010100 | 1110101 | 0 | 1011 | 110011 | 111 | 110000 | 1001101 | 1000101 |
Color Harmonies of #EDD475
Complementary color
Monochromatic Colors of #EDD475
Black with #EDD475
Text Example
Text Example
White with #EDD475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD475; }
p { color: rgb(237,212,117); }
H1.HeaderClassName
{
color: #EDD475;
}
.AnyTagClassName
{
color: #EDD475;
}
</style>
background-color css
<style>
a { background-color: #EDD475; }
a { background-color: rgb(237,212,117); }
div.DivClassName
{
background-color: #EDD475;
}
.BgClassName
{
background-color: #EDD475;
}
</style>
border-color css
<style>
span { border-color: #EDD475; }
span { border-color: rgb(237,212,117); }
td.TdClassName
{
border-color: #EDD475;
}
.TagClassName
{
border-color: #EDD475;
}
</style>