Shades of Wild Rice #EADD70
Tints of Wild Rice #EADD70
RGB
CMYK
RGB Variations
Color information
#EADD70 (or 0xEADD70) is known color: Wild Rice. HEX triplet: EA, DD and 70. RGB value is (234,221,112). Sum of RGB (Red+Green+Blue) = 234+221+112=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 112 (44.14% from 255 or 19.75% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADD70 is #15228F. Grayscale: #D4D4D4. Windows color (decimal): -1385104 or 7396842. OLE color: 7396842.
HSL color Cylindrical-coordinate representation of color #EADD70: hue angle of 53.61º 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 #EADD70 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 112 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.08 |
| HSL | 53.61º | 0.74% | 0.68% | - |
| HSV(B) | 53.61º | 0.52% | 0.92% | - |
| XYZ | 62.71 | 70.38 | 25.61 | - |
| YUV | 212.46 | 71.31 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 112 | 0 | 0.06 | 0.52 | 0.08 | 53.61 | 0.74 | 0.68 |
| Hex | EA | DD | 70 | 0 | 6 | 34 | 8 | 36 | 4A | 44 |
| Octal | 352 | 335 | 160 | 0 | 6 | 64 | 10 | 66 | 112 | 104 |
| Binary | 11101010 | 11011101 | 1110000 | 0 | 110 | 110100 | 1000 | 110110 | 1001010 | 1000100 |
Color Harmonies of #EADD70
Complementary color
Monochromatic Colors of #EADD70
Black with #EADD70
Text Example
Text Example
White with #EADD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD70; }
p { color: rgb(234,221,112); }
H1.HeaderClassName
{
color: #EADD70;
}
.AnyTagClassName
{
color: #EADD70;
}
</style>
background-color css
<style>
a { background-color: #EADD70; }
a { background-color: rgb(234,221,112); }
div.DivClassName
{
background-color: #EADD70;
}
.BgClassName
{
background-color: #EADD70;
}
</style>
border-color css
<style>
span { border-color: #EADD70; }
span { border-color: rgb(234,221,112); }
td.TdClassName
{
border-color: #EADD70;
}
.TagClassName
{
border-color: #EADD70;
}
</style>