Shades of Wild Rice #EADE6E
Tints of Wild Rice #EADE6E
RGB
CMYK
RGB Variations
Color information
#EADE6E (or 0xEADE6E) is known color: Wild Rice. HEX triplet: EA, DE and 6E. RGB value is (234,222,110). Sum of RGB (Red+Green+Blue) = 234+222+110=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 110 (43.36% from 255 or 19.43% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADE6E is #152191. Grayscale: #D5D5D5. Windows color (decimal): -1384850 or 7266026. OLE color: 7266026.
HSL color Cylindrical-coordinate representation of color #EADE6E: hue angle of 54.19º 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 #EADE6E is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 110 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.08 |
| HSL | 54.19º | 0.75% | 0.67% | - |
| HSV(B) | 54.19º | 0.53% | 0.92% | - |
| XYZ | 62.87 | 70.86 | 25.12 | - |
| YUV | 212.82 | 69.98 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 110 | 0 | 0.05 | 0.53 | 0.08 | 54.19 | 0.75 | 0.67 |
| Hex | EA | DE | 6E | 0 | 5 | 35 | 8 | 36 | 4B | 43 |
| Octal | 352 | 336 | 156 | 0 | 5 | 65 | 10 | 66 | 113 | 103 |
| Binary | 11101010 | 11011110 | 1101110 | 0 | 101 | 110101 | 1000 | 110110 | 1001011 | 1000011 |
Color Harmonies of #EADE6E
Complementary color
Monochromatic Colors of #EADE6E
Black with #EADE6E
Text Example
Text Example
White with #EADE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADE6E; }
p { color: rgb(234,222,110); }
H1.HeaderClassName
{
color: #EADE6E;
}
.AnyTagClassName
{
color: #EADE6E;
}
</style>
background-color css
<style>
a { background-color: #EADE6E; }
a { background-color: rgb(234,222,110); }
div.DivClassName
{
background-color: #EADE6E;
}
.BgClassName
{
background-color: #EADE6E;
}
</style>
border-color css
<style>
span { border-color: #EADE6E; }
span { border-color: rgb(234,222,110); }
td.TdClassName
{
border-color: #EADE6E;
}
.TagClassName
{
border-color: #EADE6E;
}
</style>