Shades of Wild Rice #EDD675
Tints of Wild Rice #EDD675
RGB
CMYK
RGB Variations
Color information
#EDD675 (or 0xEDD675) is known color: Wild Rice. HEX triplet: ED, D6 and 75. RGB value is (237,214,117). Sum of RGB (Red+Green+Blue) = 237+214+117=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 117 (46.09% from 255 or 20.60% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD675 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD675 is #12298A. Grayscale: #D2D2D2. Windows color (decimal): -1190283 or 7722733. OLE color: 7722733.
HSL color Cylindrical-coordinate representation of color #EDD675: hue angle of 48.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 #EDD675 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 117 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.07 |
| HSL | 48.5º | 0.77% | 0.69% | - |
| HSV(B) | 48.5º | 0.51% | 0.93% | - |
| XYZ | 62.18 | 67.38 | 26.56 | - |
| YUV | 209.82 | 75.62 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 117 | 0 | 0.10 | 0.51 | 0.07 | 48.5 | 0.77 | 0.69 |
| Hex | ED | D6 | 75 | 0 | A | 33 | 7 | 30 | 4D | 45 |
| Octal | 355 | 326 | 165 | 0 | 12 | 63 | 7 | 60 | 115 | 105 |
| Binary | 11101101 | 11010110 | 1110101 | 0 | 1010 | 110011 | 111 | 110000 | 1001101 | 1000101 |
Color Harmonies of #EDD675
Complementary color
Monochromatic Colors of #EDD675
Black with #EDD675
Text Example
Text Example
White with #EDD675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD675; }
p { color: rgb(237,214,117); }
H1.HeaderClassName
{
color: #EDD675;
}
.AnyTagClassName
{
color: #EDD675;
}
</style>
background-color css
<style>
a { background-color: #EDD675; }
a { background-color: rgb(237,214,117); }
div.DivClassName
{
background-color: #EDD675;
}
.BgClassName
{
background-color: #EDD675;
}
</style>
border-color css
<style>
span { border-color: #EDD675; }
span { border-color: rgb(237,214,117); }
td.TdClassName
{
border-color: #EDD675;
}
.TagClassName
{
border-color: #EDD675;
}
</style>