Shades of Wild Rice #EDD575
Tints of Wild Rice #EDD575
RGB
CMYK
RGB Variations
Color information
#EDD575 (or 0xEDD575) is known color: Wild Rice. HEX triplet: ED, D5 and 75. RGB value is (237,213,117). Sum of RGB (Red+Green+Blue) = 237+213+117=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 213 (83.59% from 255 or 37.57% from 567); Blue value is 117 (46.09% from 255 or 20.63% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD575 is #122A8A. Grayscale: #D1D1D1. Windows color (decimal): -1190539 or 7722477. OLE color: 7722477.
HSL color Cylindrical-coordinate representation of color #EDD575: hue angle of 48º 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 #EDD575 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 117 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.07 |
| HSL | 48º | 0.77% | 0.69% | - |
| HSV(B) | 48º | 0.51% | 0.93% | - |
| XYZ | 61.93 | 66.88 | 26.47 | - |
| YUV | 209.23 | 75.95 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 117 | 0 | 0.10 | 0.51 | 0.07 | 48 | 0.77 | 0.69 |
| Hex | ED | D5 | 75 | 0 | A | 33 | 7 | 30 | 4D | 45 |
| Octal | 355 | 325 | 165 | 0 | 12 | 63 | 7 | 60 | 115 | 105 |
| Binary | 11101101 | 11010101 | 1110101 | 0 | 1010 | 110011 | 111 | 110000 | 1001101 | 1000101 |
Color Harmonies of #EDD575
Complementary color
Monochromatic Colors of #EDD575
Black with #EDD575
Text Example
Text Example
White with #EDD575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD575; }
p { color: rgb(237,213,117); }
H1.HeaderClassName
{
color: #EDD575;
}
.AnyTagClassName
{
color: #EDD575;
}
</style>
background-color css
<style>
a { background-color: #EDD575; }
a { background-color: rgb(237,213,117); }
div.DivClassName
{
background-color: #EDD575;
}
.BgClassName
{
background-color: #EDD575;
}
</style>
border-color css
<style>
span { border-color: #EDD575; }
span { border-color: rgb(237,213,117); }
td.TdClassName
{
border-color: #EDD575;
}
.TagClassName
{
border-color: #EDD575;
}
</style>