Shades of Wild Rice #EADD73
Tints of Wild Rice #EADD73
RGB
CMYK
RGB Variations
Color information
#EADD73 (or 0xEADD73) is known color: Wild Rice. HEX triplet: EA, DD and 73. RGB value is (234,221,115). Sum of RGB (Red+Green+Blue) = 234+221+115=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 115 (45.31% from 255 or 20.18% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADD73 is #15228C. Grayscale: #D5D5D5. Windows color (decimal): -1385101 or 7593450. OLE color: 7593450.
HSL color Cylindrical-coordinate representation of color #EADD73: hue angle of 53.45º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EADD73 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 115 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.08 |
| HSL | 53.45º | 0.74% | 0.68% | - |
| HSV(B) | 53.45º | 0.51% | 0.92% | - |
| XYZ | 62.88 | 70.44 | 26.5 | - |
| YUV | 212.8 | 72.81 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 115 | 0 | 0.06 | 0.51 | 0.08 | 53.45 | 0.74 | 0.68 |
| Hex | EA | DD | 73 | 0 | 6 | 33 | 8 | 35 | 4A | 44 |
| Octal | 352 | 335 | 163 | 0 | 6 | 63 | 10 | 65 | 112 | 104 |
| Binary | 11101010 | 11011101 | 1110011 | 0 | 110 | 110011 | 1000 | 110101 | 1001010 | 1000100 |
Color Harmonies of #EADD73
Complementary color
Monochromatic Colors of #EADD73
Black with #EADD73
Text Example
Text Example
White with #EADD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD73; }
p { color: rgb(234,221,115); }
H1.HeaderClassName
{
color: #EADD73;
}
.AnyTagClassName
{
color: #EADD73;
}
</style>
background-color css
<style>
a { background-color: #EADD73; }
a { background-color: rgb(234,221,115); }
div.DivClassName
{
background-color: #EADD73;
}
.BgClassName
{
background-color: #EADD73;
}
</style>
border-color css
<style>
span { border-color: #EADD73; }
span { border-color: rgb(234,221,115); }
td.TdClassName
{
border-color: #EADD73;
}
.TagClassName
{
border-color: #EADD73;
}
</style>