Shades of Wild Rice #EADA77
Tints of Wild Rice #EADA77
RGB
CMYK
RGB Variations
Color information
#EADA77 (or 0xEADA77) is known color: Wild Rice. HEX triplet: EA, DA and 77. RGB value is (234,218,119). Sum of RGB (Red+Green+Blue) = 234+218+119=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 119 (46.88% from 255 or 20.84% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADA77 is #152588. Grayscale: #D3D3D3. Windows color (decimal): -1385865 or 7854826. OLE color: 7854826.
HSL color Cylindrical-coordinate representation of color #EADA77: hue angle of 51.65º 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 #EADA77 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 119 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.08 |
| HSL | 51.65º | 0.73% | 0.69% | - |
| HSV(B) | 51.65º | 0.49% | 0.92% | - |
| XYZ | 62.33 | 68.97 | 27.48 | - |
| YUV | 211.5 | 75.8 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 119 | 0 | 0.07 | 0.49 | 0.08 | 51.65 | 0.73 | 0.69 |
| Hex | EA | DA | 77 | 0 | 7 | 31 | 8 | 34 | 49 | 45 |
| Octal | 352 | 332 | 167 | 0 | 7 | 61 | 10 | 64 | 111 | 105 |
| Binary | 11101010 | 11011010 | 1110111 | 0 | 111 | 110001 | 1000 | 110100 | 1001001 | 1000101 |
Color Harmonies of #EADA77
Complementary color
Monochromatic Colors of #EADA77
Black with #EADA77
Text Example
Text Example
White with #EADA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADA77; }
p { color: rgb(234,218,119); }
H1.HeaderClassName
{
color: #EADA77;
}
.AnyTagClassName
{
color: #EADA77;
}
</style>
background-color css
<style>
a { background-color: #EADA77; }
a { background-color: rgb(234,218,119); }
div.DivClassName
{
background-color: #EADA77;
}
.BgClassName
{
background-color: #EADA77;
}
</style>
border-color css
<style>
span { border-color: #EADA77; }
span { border-color: rgb(234,218,119); }
td.TdClassName
{
border-color: #EADA77;
}
.TagClassName
{
border-color: #EADA77;
}
</style>