Shades of Wild Rice #EADF6D
Tints of Wild Rice #EADF6D
RGB
CMYK
RGB Variations
Color information
#EADF6D (or 0xEADF6D) is known color: Wild Rice. HEX triplet: EA, DF and 6D. RGB value is (234,223,109). Sum of RGB (Red+Green+Blue) = 234+223+109=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 109 (42.97% from 255 or 19.26% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADF6D is #152092. Grayscale: #D5D5D5. Windows color (decimal): -1384595 or 7200746. OLE color: 7200746.
HSL color Cylindrical-coordinate representation of color #EADF6D: hue angle of 54.72º 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 #EADF6D is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 109 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.08 |
| HSL | 54.72º | 0.75% | 0.67% | - |
| HSV(B) | 54.72º | 0.53% | 0.92% | - |
| XYZ | 63.08 | 71.37 | 24.92 | - |
| YUV | 213.29 | 69.14 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 109 | 0 | 0.05 | 0.53 | 0.08 | 54.72 | 0.75 | 0.67 |
| Hex | EA | DF | 6D | 0 | 5 | 35 | 8 | 37 | 4B | 43 |
| Octal | 352 | 337 | 155 | 0 | 5 | 65 | 10 | 67 | 113 | 103 |
| Binary | 11101010 | 11011111 | 1101101 | 0 | 101 | 110101 | 1000 | 110111 | 1001011 | 1000011 |
Color Harmonies of #EADF6D
Complementary color
Monochromatic Colors of #EADF6D
Black with #EADF6D
Text Example
Text Example
White with #EADF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF6D; }
p { color: rgb(234,223,109); }
H1.HeaderClassName
{
color: #EADF6D;
}
.AnyTagClassName
{
color: #EADF6D;
}
</style>
background-color css
<style>
a { background-color: #EADF6D; }
a { background-color: rgb(234,223,109); }
div.DivClassName
{
background-color: #EADF6D;
}
.BgClassName
{
background-color: #EADF6D;
}
</style>
border-color css
<style>
span { border-color: #EADF6D; }
span { border-color: rgb(234,223,109); }
td.TdClassName
{
border-color: #EADF6D;
}
.TagClassName
{
border-color: #EADF6D;
}
</style>