Shades of Wild Rice #EAD973
Tints of Wild Rice #EAD973
RGB
CMYK
RGB Variations
Color information
#EAD973 (or 0xEAD973) is known color: Wild Rice. HEX triplet: EA, D9 and 73. RGB value is (234,217,115). Sum of RGB (Red+Green+Blue) = 234+217+115=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 115 (45.31% from 255 or 20.32% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD973 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD973 is #15268C. Grayscale: #D2D2D2. Windows color (decimal): -1386125 or 7592426. OLE color: 7592426.
HSL color Cylindrical-coordinate representation of color #EAD973: hue angle of 51.43º 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 #EAD973 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 217 | 115 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.08 |
| HSL | 51.43º | 0.74% | 0.68% | - |
| HSV(B) | 51.43º | 0.51% | 0.92% | - |
| XYZ | 61.84 | 68.36 | 26.15 | - |
| YUV | 210.46 | 74.13 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 217 | 115 | 0 | 0.07 | 0.51 | 0.08 | 51.43 | 0.74 | 0.68 |
| Hex | EA | D9 | 73 | 0 | 7 | 33 | 8 | 33 | 4A | 44 |
| Octal | 352 | 331 | 163 | 0 | 7 | 63 | 10 | 63 | 112 | 104 |
| Binary | 11101010 | 11011001 | 1110011 | 0 | 111 | 110011 | 1000 | 110011 | 1001010 | 1000100 |
Color Harmonies of #EAD973
Complementary color
Monochromatic Colors of #EAD973
Black with #EAD973
Text Example
Text Example
White with #EAD973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD973; }
p { color: rgb(234,217,115); }
H1.HeaderClassName
{
color: #EAD973;
}
.AnyTagClassName
{
color: #EAD973;
}
</style>
background-color css
<style>
a { background-color: #EAD973; }
a { background-color: rgb(234,217,115); }
div.DivClassName
{
background-color: #EAD973;
}
.BgClassName
{
background-color: #EAD973;
}
</style>
border-color css
<style>
span { border-color: #EAD973; }
span { border-color: rgb(234,217,115); }
td.TdClassName
{
border-color: #EAD973;
}
.TagClassName
{
border-color: #EAD973;
}
</style>