Shades of Wild Rice #EADC73
Tints of Wild Rice #EADC73
RGB
CMYK
RGB Variations
Color information
#EADC73 (or 0xEADC73) is known color: Wild Rice. HEX triplet: EA, DC and 73. RGB value is (234,220,115). Sum of RGB (Red+Green+Blue) = 234+220+115=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 115 (45.31% from 255 or 20.21% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADC73 is #15238C. Grayscale: #D4D4D4. Windows color (decimal): -1385357 or 7593194. OLE color: 7593194.
HSL color Cylindrical-coordinate representation of color #EADC73: hue angle of 52.94º 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 #EADC73 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 115 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.08 |
| HSL | 52.94º | 0.74% | 0.68% | - |
| HSV(B) | 52.94º | 0.51% | 0.92% | - |
| XYZ | 62.62 | 69.92 | 26.41 | - |
| YUV | 212.22 | 73.14 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 115 | 0 | 0.06 | 0.51 | 0.08 | 52.94 | 0.74 | 0.68 |
| Hex | EA | DC | 73 | 0 | 6 | 33 | 8 | 35 | 4A | 44 |
| Octal | 352 | 334 | 163 | 0 | 6 | 63 | 10 | 65 | 112 | 104 |
| Binary | 11101010 | 11011100 | 1110011 | 0 | 110 | 110011 | 1000 | 110101 | 1001010 | 1000100 |
Color Harmonies of #EADC73
Complementary color
Monochromatic Colors of #EADC73
Black with #EADC73
Text Example
Text Example
White with #EADC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC73; }
p { color: rgb(234,220,115); }
H1.HeaderClassName
{
color: #EADC73;
}
.AnyTagClassName
{
color: #EADC73;
}
</style>
background-color css
<style>
a { background-color: #EADC73; }
a { background-color: rgb(234,220,115); }
div.DivClassName
{
background-color: #EADC73;
}
.BgClassName
{
background-color: #EADC73;
}
</style>
border-color css
<style>
span { border-color: #EADC73; }
span { border-color: rgb(234,220,115); }
td.TdClassName
{
border-color: #EADC73;
}
.TagClassName
{
border-color: #EADC73;
}
</style>