Shades of Wild Rice #EAD577
Tints of Wild Rice #EAD577
RGB
CMYK
RGB Variations
Color information
#EAD577 (or 0xEAD577) is known color: Wild Rice. HEX triplet: EA, D5 and 77. RGB value is (234,213,119). Sum of RGB (Red+Green+Blue) = 234+213+119=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 119 (46.88% from 255 or 21.02% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD577 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD577 is #152A88. Grayscale: #D0D0D0. Windows color (decimal): -1387145 or 7853546. OLE color: 7853546.
HSL color Cylindrical-coordinate representation of color #EAD577: hue angle of 49.04º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EAD577 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 213 | 119 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.08 |
| HSL | 49.04º | 0.73% | 0.69% | - |
| HSV(B) | 49.04º | 0.49% | 0.92% | - |
| XYZ | 61.06 | 66.41 | 27.05 | - |
| YUV | 208.56 | 77.46 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 213 | 119 | 0 | 0.09 | 0.49 | 0.08 | 49.04 | 0.73 | 0.69 |
| Hex | EA | D5 | 77 | 0 | 9 | 31 | 8 | 31 | 49 | 45 |
| Octal | 352 | 325 | 167 | 0 | 11 | 61 | 10 | 61 | 111 | 105 |
| Binary | 11101010 | 11010101 | 1110111 | 0 | 1001 | 110001 | 1000 | 110001 | 1001001 | 1000101 |
Color Harmonies of #EAD577
Complementary color
Monochromatic Colors of #EAD577
Black with #EAD577
Text Example
Text Example
White with #EAD577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD577; }
p { color: rgb(234,213,119); }
H1.HeaderClassName
{
color: #EAD577;
}
.AnyTagClassName
{
color: #EAD577;
}
</style>
background-color css
<style>
a { background-color: #EAD577; }
a { background-color: rgb(234,213,119); }
div.DivClassName
{
background-color: #EAD577;
}
.BgClassName
{
background-color: #EAD577;
}
</style>
border-color css
<style>
span { border-color: #EAD577; }
span { border-color: rgb(234,213,119); }
td.TdClassName
{
border-color: #EAD577;
}
.TagClassName
{
border-color: #EAD577;
}
</style>