Shades of Wild Rice #EAD874
Tints of Wild Rice #EAD874
RGB
CMYK
RGB Variations
Color information
#EAD874 (or 0xEAD874) is known color: Wild Rice. HEX triplet: EA, D8 and 74. RGB value is (234,216,116). Sum of RGB (Red+Green+Blue) = 234+216+116=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 216 (84.77% from 255 or 38.16% from 566); Blue value is 116 (45.70% from 255 or 20.49% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD874 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD874 is #15278B. Grayscale: #D2D2D2. Windows color (decimal): -1386380 or 7657706. OLE color: 7657706.
HSL color Cylindrical-coordinate representation of color #EAD874: hue angle of 50.85º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAD874 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 216 | 116 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.08 |
| HSL | 50.85º | 0.74% | 0.69% | - |
| HSV(B) | 50.85º | 0.5% | 0.92% | - |
| XYZ | 61.64 | 67.87 | 26.37 | - |
| YUV | 209.98 | 74.96 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 216 | 116 | 0 | 0.08 | 0.50 | 0.08 | 50.85 | 0.74 | 0.69 |
| Hex | EA | D8 | 74 | 0 | 8 | 32 | 8 | 33 | 4A | 45 |
| Octal | 352 | 330 | 164 | 0 | 10 | 62 | 10 | 63 | 112 | 105 |
| Binary | 11101010 | 11011000 | 1110100 | 0 | 1000 | 110010 | 1000 | 110011 | 1001010 | 1000101 |
Color Harmonies of #EAD874
Complementary color
Monochromatic Colors of #EAD874
Black with #EAD874
Text Example
Text Example
White with #EAD874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD874; }
p { color: rgb(234,216,116); }
H1.HeaderClassName
{
color: #EAD874;
}
.AnyTagClassName
{
color: #EAD874;
}
</style>
background-color css
<style>
a { background-color: #EAD874; }
a { background-color: rgb(234,216,116); }
div.DivClassName
{
background-color: #EAD874;
}
.BgClassName
{
background-color: #EAD874;
}
</style>
border-color css
<style>
span { border-color: #EAD874; }
span { border-color: rgb(234,216,116); }
td.TdClassName
{
border-color: #EAD874;
}
.TagClassName
{
border-color: #EAD874;
}
</style>