Shades of Wild Rice #EAD773
Tints of Wild Rice #EAD773
RGB
CMYK
RGB Variations
Color information
#EAD773 (or 0xEAD773) is known color: Wild Rice. HEX triplet: EA, D7 and 73. RGB value is (234,215,115). Sum of RGB (Red+Green+Blue) = 234+215+115=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 215 (84.38% from 255 or 38.12% from 564); Blue value is 115 (45.31% from 255 or 20.39% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD773 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD773 is #15288C. Grayscale: #D1D1D1. Windows color (decimal): -1386637 or 7591914. OLE color: 7591914.
HSL color Cylindrical-coordinate representation of color #EAD773: hue angle of 50.42º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EAD773 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 215 | 115 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.08 |
| HSL | 50.42º | 0.74% | 0.68% | - |
| HSV(B) | 50.42º | 0.51% | 0.92% | - |
| XYZ | 61.33 | 67.33 | 25.98 | - |
| YUV | 209.28 | 74.79 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 215 | 115 | 0 | 0.08 | 0.51 | 0.08 | 50.42 | 0.74 | 0.68 |
| Hex | EA | D7 | 73 | 0 | 8 | 33 | 8 | 32 | 4A | 44 |
| Octal | 352 | 327 | 163 | 0 | 10 | 63 | 10 | 62 | 112 | 104 |
| Binary | 11101010 | 11010111 | 1110011 | 0 | 1000 | 110011 | 1000 | 110010 | 1001010 | 1000100 |
Color Harmonies of #EAD773
Complementary color
Monochromatic Colors of #EAD773
Black with #EAD773
Text Example
Text Example
White with #EAD773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD773; }
p { color: rgb(234,215,115); }
H1.HeaderClassName
{
color: #EAD773;
}
.AnyTagClassName
{
color: #EAD773;
}
</style>
background-color css
<style>
a { background-color: #EAD773; }
a { background-color: rgb(234,215,115); }
div.DivClassName
{
background-color: #EAD773;
}
.BgClassName
{
background-color: #EAD773;
}
</style>
border-color css
<style>
span { border-color: #EAD773; }
span { border-color: rgb(234,215,115); }
td.TdClassName
{
border-color: #EAD773;
}
.TagClassName
{
border-color: #EAD773;
}
</style>