Shades of Wild Rice #EDD677
Tints of Wild Rice #EDD677
RGB
CMYK
RGB Variations
Color information
#EDD677 (or 0xEDD677) is known color: Wild Rice. HEX triplet: ED, D6 and 77. RGB value is (237,214,119). Sum of RGB (Red+Green+Blue) = 237+214+119=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 214 (83.98% from 255 or 37.54% from 570); Blue value is 119 (46.88% from 255 or 20.88% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD677 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD677 is #122988. Grayscale: #D2D2D2. Windows color (decimal): -1190281 or 7853805. OLE color: 7853805.
HSL color Cylindrical-coordinate representation of color #EDD677: hue angle of 48.31º 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 #EDD677 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 119 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.07 |
| HSL | 48.31º | 0.77% | 0.7% | - |
| HSV(B) | 48.31º | 0.5% | 0.93% | - |
| XYZ | 62.3 | 67.43 | 27.18 | - |
| YUV | 210.05 | 76.62 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 119 | 0 | 0.10 | 0.50 | 0.07 | 48.31 | 0.77 | 0.7 |
| Hex | ED | D6 | 77 | 0 | A | 32 | 7 | 30 | 4D | 46 |
| Octal | 355 | 326 | 167 | 0 | 12 | 62 | 7 | 60 | 115 | 106 |
| Binary | 11101101 | 11010110 | 1110111 | 0 | 1010 | 110010 | 111 | 110000 | 1001101 | 1000110 |
Color Harmonies of #EDD677
Complementary color
Monochromatic Colors of #EDD677
Black with #EDD677
Text Example
Text Example
White with #EDD677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD677; }
p { color: rgb(237,214,119); }
H1.HeaderClassName
{
color: #EDD677;
}
.AnyTagClassName
{
color: #EDD677;
}
</style>
background-color css
<style>
a { background-color: #EDD677; }
a { background-color: rgb(237,214,119); }
div.DivClassName
{
background-color: #EDD677;
}
.BgClassName
{
background-color: #EDD677;
}
</style>
border-color css
<style>
span { border-color: #EDD677; }
span { border-color: rgb(237,214,119); }
td.TdClassName
{
border-color: #EDD677;
}
.TagClassName
{
border-color: #EDD677;
}
</style>