Shades of Wild Rice #EDD872
Tints of Wild Rice #EDD872
RGB
CMYK
RGB Variations
Color information
#EDD872 (or 0xEDD872) is known color: Wild Rice. HEX triplet: ED, D8 and 72. RGB value is (237,216,114). Sum of RGB (Red+Green+Blue) = 237+216+114=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 216 (84.77% from 255 or 38.10% from 567); Blue value is 114 (44.92% from 255 or 20.11% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD872 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD872 is #12278D. Grayscale: #D3D3D3. Windows color (decimal): -1189774 or 7526637. OLE color: 7526637.
HSL color Cylindrical-coordinate representation of color #EDD872: hue angle of 49.76º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDD872 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 114 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.07 |
| HSL | 49.76º | 0.77% | 0.69% | - |
| HSV(B) | 49.76º | 0.52% | 0.93% | - |
| XYZ | 62.52 | 68.33 | 25.81 | - |
| YUV | 210.65 | 73.46 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 114 | 0 | 0.09 | 0.52 | 0.07 | 49.76 | 0.77 | 0.69 |
| Hex | ED | D8 | 72 | 0 | 9 | 34 | 7 | 32 | 4D | 45 |
| Octal | 355 | 330 | 162 | 0 | 11 | 64 | 7 | 62 | 115 | 105 |
| Binary | 11101101 | 11011000 | 1110010 | 0 | 1001 | 110100 | 111 | 110010 | 1001101 | 1000101 |
Color Harmonies of #EDD872
Complementary color
Monochromatic Colors of #EDD872
Black with #EDD872
Text Example
Text Example
White with #EDD872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD872; }
p { color: rgb(237,216,114); }
H1.HeaderClassName
{
color: #EDD872;
}
.AnyTagClassName
{
color: #EDD872;
}
</style>
background-color css
<style>
a { background-color: #EDD872; }
a { background-color: rgb(237,216,114); }
div.DivClassName
{
background-color: #EDD872;
}
.BgClassName
{
background-color: #EDD872;
}
</style>
border-color css
<style>
span { border-color: #EDD872; }
span { border-color: rgb(237,216,114); }
td.TdClassName
{
border-color: #EDD872;
}
.TagClassName
{
border-color: #EDD872;
}
</style>