Shades of Wild Rice #EDDA70
Tints of Wild Rice #EDDA70
RGB
CMYK
RGB Variations
Color information
#EDDA70 (or 0xEDDA70) is known color: Wild Rice. HEX triplet: ED, DA and 70. RGB value is (237,218,112). Sum of RGB (Red+Green+Blue) = 237+218+112=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 112 (44.14% from 255 or 19.75% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDA70 is #12258F. Grayscale: #D4D4D4. Windows color (decimal): -1189264 or 7396077. OLE color: 7396077.
HSL color Cylindrical-coordinate representation of color #EDDA70: hue angle of 50.88º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDDA70 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 218 | 112 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.07 |
| HSL | 50.88º | 0.78% | 0.68% | - |
| HSV(B) | 50.88º | 0.53% | 0.93% | - |
| XYZ | 62.92 | 69.32 | 25.39 | - |
| YUV | 211.6 | 71.79 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 218 | 112 | 0 | 0.08 | 0.53 | 0.07 | 50.88 | 0.78 | 0.68 |
| Hex | ED | DA | 70 | 0 | 8 | 35 | 7 | 33 | 4E | 44 |
| Octal | 355 | 332 | 160 | 0 | 10 | 65 | 7 | 63 | 116 | 104 |
| Binary | 11101101 | 11011010 | 1110000 | 0 | 1000 | 110101 | 111 | 110011 | 1001110 | 1000100 |
Color Harmonies of #EDDA70
Complementary color
Monochromatic Colors of #EDDA70
Black with #EDDA70
Text Example
Text Example
White with #EDDA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDA70; }
p { color: rgb(237,218,112); }
H1.HeaderClassName
{
color: #EDDA70;
}
.AnyTagClassName
{
color: #EDDA70;
}
</style>
background-color css
<style>
a { background-color: #EDDA70; }
a { background-color: rgb(237,218,112); }
div.DivClassName
{
background-color: #EDDA70;
}
.BgClassName
{
background-color: #EDDA70;
}
</style>
border-color css
<style>
span { border-color: #EDDA70; }
span { border-color: rgb(237,218,112); }
td.TdClassName
{
border-color: #EDDA70;
}
.TagClassName
{
border-color: #EDDA70;
}
</style>