Shades of Wild Rice #EADC70
Tints of Wild Rice #EADC70
RGB
CMYK
RGB Variations
Color information
#EADC70 (or 0xEADC70) is known color: Wild Rice. HEX triplet: EA, DC and 70. RGB value is (234,220,112). Sum of RGB (Red+Green+Blue) = 234+220+112=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 112 (44.14% from 255 or 19.79% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADC70 is #15238F. Grayscale: #D4D4D4. Windows color (decimal): -1385360 or 7396586. OLE color: 7396586.
HSL color Cylindrical-coordinate representation of color #EADC70: hue angle of 53.11º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EADC70 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 112 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.08 |
| HSL | 53.11º | 0.74% | 0.68% | - |
| HSV(B) | 53.11º | 0.52% | 0.92% | - |
| XYZ | 62.45 | 69.85 | 25.52 | - |
| YUV | 211.87 | 71.64 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 112 | 0 | 0.06 | 0.52 | 0.08 | 53.11 | 0.74 | 0.68 |
| Hex | EA | DC | 70 | 0 | 6 | 34 | 8 | 35 | 4A | 44 |
| Octal | 352 | 334 | 160 | 0 | 6 | 64 | 10 | 65 | 112 | 104 |
| Binary | 11101010 | 11011100 | 1110000 | 0 | 110 | 110100 | 1000 | 110101 | 1001010 | 1000100 |
Color Harmonies of #EADC70
Complementary color
Monochromatic Colors of #EADC70
Black with #EADC70
Text Example
Text Example
White with #EADC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC70; }
p { color: rgb(234,220,112); }
H1.HeaderClassName
{
color: #EADC70;
}
.AnyTagClassName
{
color: #EADC70;
}
</style>
background-color css
<style>
a { background-color: #EADC70; }
a { background-color: rgb(234,220,112); }
div.DivClassName
{
background-color: #EADC70;
}
.BgClassName
{
background-color: #EADC70;
}
</style>
border-color css
<style>
span { border-color: #EADC70; }
span { border-color: rgb(234,220,112); }
td.TdClassName
{
border-color: #EADC70;
}
.TagClassName
{
border-color: #EADC70;
}
</style>