Shades of Wild Rice #EDD377
Tints of Wild Rice #EDD377
RGB
CMYK
RGB Variations
Color information
#EDD377 (or 0xEDD377) is known color: Wild Rice. HEX triplet: ED, D3 and 77. RGB value is (237,211,119). Sum of RGB (Red+Green+Blue) = 237+211+119=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 211 (82.81% from 255 or 37.21% from 567); Blue value is 119 (46.88% from 255 or 20.99% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD377 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD377 is #122C88. Grayscale: #D0D0D0. Windows color (decimal): -1191049 or 7853037. OLE color: 7853037.
HSL color Cylindrical-coordinate representation of color #EDD377: hue angle of 46.78º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDD377 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 119 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.07 |
| HSL | 46.78º | 0.77% | 0.7% | - |
| HSV(B) | 46.78º | 0.5% | 0.93% | - |
| XYZ | 61.55 | 65.92 | 26.93 | - |
| YUV | 208.29 | 77.61 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 119 | 0 | 0.11 | 0.50 | 0.07 | 46.78 | 0.77 | 0.7 |
| Hex | ED | D3 | 77 | 0 | B | 32 | 7 | 2F | 4D | 46 |
| Octal | 355 | 323 | 167 | 0 | 13 | 62 | 7 | 57 | 115 | 106 |
| Binary | 11101101 | 11010011 | 1110111 | 0 | 1011 | 110010 | 111 | 101111 | 1001101 | 1000110 |
Color Harmonies of #EDD377
Complementary color
Monochromatic Colors of #EDD377
Black with #EDD377
Text Example
Text Example
White with #EDD377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD377; }
p { color: rgb(237,211,119); }
H1.HeaderClassName
{
color: #EDD377;
}
.AnyTagClassName
{
color: #EDD377;
}
</style>
background-color css
<style>
a { background-color: #EDD377; }
a { background-color: rgb(237,211,119); }
div.DivClassName
{
background-color: #EDD377;
}
.BgClassName
{
background-color: #EDD377;
}
</style>
border-color css
<style>
span { border-color: #EDD377; }
span { border-color: rgb(237,211,119); }
td.TdClassName
{
border-color: #EDD377;
}
.TagClassName
{
border-color: #EDD377;
}
</style>