Shades of Wild Rice #EADD6F
Tints of Wild Rice #EADD6F
RGB
CMYK
RGB Variations
Color information
#EADD6F (or 0xEADD6F) is known color: Wild Rice. HEX triplet: EA, DD and 6F. RGB value is (234,221,111). Sum of RGB (Red+Green+Blue) = 234+221+111=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 111 (43.75% from 255 or 19.61% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADD6F is #152290. Grayscale: #D4D4D4. Windows color (decimal): -1385105 or 7331306. OLE color: 7331306.
HSL color Cylindrical-coordinate representation of color #EADD6F: hue angle of 53.66º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EADD6F is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 111 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.08 |
| HSL | 53.66º | 0.75% | 0.68% | - |
| HSV(B) | 53.66º | 0.53% | 0.92% | - |
| XYZ | 62.66 | 70.35 | 25.32 | - |
| YUV | 212.35 | 70.81 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 111 | 0 | 0.06 | 0.53 | 0.08 | 53.66 | 0.75 | 0.68 |
| Hex | EA | DD | 6F | 0 | 6 | 35 | 8 | 36 | 4B | 44 |
| Octal | 352 | 335 | 157 | 0 | 6 | 65 | 10 | 66 | 113 | 104 |
| Binary | 11101010 | 11011101 | 1101111 | 0 | 110 | 110101 | 1000 | 110110 | 1001011 | 1000100 |
Color Harmonies of #EADD6F
Complementary color
Monochromatic Colors of #EADD6F
Black with #EADD6F
Text Example
Text Example
White with #EADD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD6F; }
p { color: rgb(234,221,111); }
H1.HeaderClassName
{
color: #EADD6F;
}
.AnyTagClassName
{
color: #EADD6F;
}
</style>
background-color css
<style>
a { background-color: #EADD6F; }
a { background-color: rgb(234,221,111); }
div.DivClassName
{
background-color: #EADD6F;
}
.BgClassName
{
background-color: #EADD6F;
}
</style>
border-color css
<style>
span { border-color: #EADD6F; }
span { border-color: rgb(234,221,111); }
td.TdClassName
{
border-color: #EADD6F;
}
.TagClassName
{
border-color: #EADD6F;
}
</style>