Shades of Wild Rice #EADB77
Tints of Wild Rice #EADB77
RGB
CMYK
RGB Variations
Color information
#EADB77 (or 0xEADB77) is known color: Wild Rice. HEX triplet: EA, DB and 77. RGB value is (234,219,119). Sum of RGB (Red+Green+Blue) = 234+219+119=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 119 (46.88% from 255 or 20.80% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADB77 is #152488. Grayscale: #D4D4D4. Windows color (decimal): -1385609 or 7855082. OLE color: 7855082.
HSL color Cylindrical-coordinate representation of color #EADB77: hue angle of 52.17º 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 #EADB77 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 119 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.08 |
| HSL | 52.17º | 0.73% | 0.69% | - |
| HSV(B) | 52.17º | 0.49% | 0.92% | - |
| XYZ | 62.59 | 69.49 | 27.57 | - |
| YUV | 212.09 | 75.47 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 119 | 0 | 0.06 | 0.49 | 0.08 | 52.17 | 0.73 | 0.69 |
| Hex | EA | DB | 77 | 0 | 6 | 31 | 8 | 34 | 49 | 45 |
| Octal | 352 | 333 | 167 | 0 | 6 | 61 | 10 | 64 | 111 | 105 |
| Binary | 11101010 | 11011011 | 1110111 | 0 | 110 | 110001 | 1000 | 110100 | 1001001 | 1000101 |
Color Harmonies of #EADB77
Complementary color
Monochromatic Colors of #EADB77
Black with #EADB77
Text Example
Text Example
White with #EADB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADB77; }
p { color: rgb(234,219,119); }
H1.HeaderClassName
{
color: #EADB77;
}
.AnyTagClassName
{
color: #EADB77;
}
</style>
background-color css
<style>
a { background-color: #EADB77; }
a { background-color: rgb(234,219,119); }
div.DivClassName
{
background-color: #EADB77;
}
.BgClassName
{
background-color: #EADB77;
}
</style>
border-color css
<style>
span { border-color: #EADB77; }
span { border-color: rgb(234,219,119); }
td.TdClassName
{
border-color: #EADB77;
}
.TagClassName
{
border-color: #EADB77;
}
</style>