Shades of Wild Rice #EADD6E
Tints of Wild Rice #EADD6E
RGB
CMYK
RGB Variations
Color information
#EADD6E (or 0xEADD6E) is known color: Wild Rice. HEX triplet: EA, DD and 6E. RGB value is (234,221,110). Sum of RGB (Red+Green+Blue) = 234+221+110=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 110 (43.36% from 255 or 19.47% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADD6E is #152291. Grayscale: #D4D4D4. Windows color (decimal): -1385106 or 7265770. OLE color: 7265770.
HSL color Cylindrical-coordinate representation of color #EADD6E: hue angle of 53.71º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EADD6E is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 110 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.08 |
| HSL | 53.71º | 0.75% | 0.67% | - |
| HSV(B) | 53.71º | 0.53% | 0.92% | - |
| XYZ | 62.6 | 70.33 | 25.03 | - |
| YUV | 212.23 | 70.31 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 110 | 0 | 0.06 | 0.53 | 0.08 | 53.71 | 0.75 | 0.67 |
| Hex | EA | DD | 6E | 0 | 6 | 35 | 8 | 36 | 4B | 43 |
| Octal | 352 | 335 | 156 | 0 | 6 | 65 | 10 | 66 | 113 | 103 |
| Binary | 11101010 | 11011101 | 1101110 | 0 | 110 | 110101 | 1000 | 110110 | 1001011 | 1000011 |
Color Harmonies of #EADD6E
Complementary color
Monochromatic Colors of #EADD6E
Black with #EADD6E
Text Example
Text Example
White with #EADD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD6E; }
p { color: rgb(234,221,110); }
H1.HeaderClassName
{
color: #EADD6E;
}
.AnyTagClassName
{
color: #EADD6E;
}
</style>
background-color css
<style>
a { background-color: #EADD6E; }
a { background-color: rgb(234,221,110); }
div.DivClassName
{
background-color: #EADD6E;
}
.BgClassName
{
background-color: #EADD6E;
}
</style>
border-color css
<style>
span { border-color: #EADD6E; }
span { border-color: rgb(234,221,110); }
td.TdClassName
{
border-color: #EADD6E;
}
.TagClassName
{
border-color: #EADD6E;
}
</style>