Shades of Wild Rice #EADC72
Tints of Wild Rice #EADC72
RGB
CMYK
RGB Variations
Color information
#EADC72 (or 0xEADC72) is known color: Wild Rice. HEX triplet: EA, DC and 72. RGB value is (234,220,114). Sum of RGB (Red+Green+Blue) = 234+220+114=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 114 (44.92% from 255 or 20.07% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADC72 is #15238D. Grayscale: #D4D4D4. Windows color (decimal): -1385358 or 7527658. OLE color: 7527658.
HSL color Cylindrical-coordinate representation of color #EADC72: hue angle of 53º 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 #EADC72 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 114 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.08 |
| HSL | 53º | 0.74% | 0.68% | - |
| HSV(B) | 53º | 0.51% | 0.92% | - |
| XYZ | 62.56 | 69.89 | 26.11 | - |
| YUV | 212.1 | 72.64 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 114 | 0 | 0.06 | 0.51 | 0.08 | 53 | 0.74 | 0.68 |
| Hex | EA | DC | 72 | 0 | 6 | 33 | 8 | 35 | 4A | 44 |
| Octal | 352 | 334 | 162 | 0 | 6 | 63 | 10 | 65 | 112 | 104 |
| Binary | 11101010 | 11011100 | 1110010 | 0 | 110 | 110011 | 1000 | 110101 | 1001010 | 1000100 |
Color Harmonies of #EADC72
Complementary color
Monochromatic Colors of #EADC72
Black with #EADC72
Text Example
Text Example
White with #EADC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC72; }
p { color: rgb(234,220,114); }
H1.HeaderClassName
{
color: #EADC72;
}
.AnyTagClassName
{
color: #EADC72;
}
</style>
background-color css
<style>
a { background-color: #EADC72; }
a { background-color: rgb(234,220,114); }
div.DivClassName
{
background-color: #EADC72;
}
.BgClassName
{
background-color: #EADC72;
}
</style>
border-color css
<style>
span { border-color: #EADC72; }
span { border-color: rgb(234,220,114); }
td.TdClassName
{
border-color: #EADC72;
}
.TagClassName
{
border-color: #EADC72;
}
</style>