Shades of Wild Rice #EADC76
Tints of Wild Rice #EADC76
RGB
CMYK
RGB Variations
Color information
#EADC76 (or 0xEADC76) is known color: Wild Rice. HEX triplet: EA, DC and 76. RGB value is (234,220,118). Sum of RGB (Red+Green+Blue) = 234+220+118=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 118 (46.48% from 255 or 20.63% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADC76 is #152389. Grayscale: #D4D4D4. Windows color (decimal): -1385354 or 7789802. OLE color: 7789802.
HSL color Cylindrical-coordinate representation of color #EADC76: hue angle of 52.76º degrees, saturation: 0.73, 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 #EADC76 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 118 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.08 |
| HSL | 52.76º | 0.73% | 0.69% | - |
| HSV(B) | 52.76º | 0.5% | 0.92% | - |
| XYZ | 62.79 | 69.99 | 27.34 | - |
| YUV | 212.56 | 74.64 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 118 | 0 | 0.06 | 0.50 | 0.08 | 52.76 | 0.73 | 0.69 |
| Hex | EA | DC | 76 | 0 | 6 | 32 | 8 | 35 | 49 | 45 |
| Octal | 352 | 334 | 166 | 0 | 6 | 62 | 10 | 65 | 111 | 105 |
| Binary | 11101010 | 11011100 | 1110110 | 0 | 110 | 110010 | 1000 | 110101 | 1001001 | 1000101 |
Color Harmonies of #EADC76
Complementary color
Monochromatic Colors of #EADC76
Black with #EADC76
Text Example
Text Example
White with #EADC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC76; }
p { color: rgb(234,220,118); }
H1.HeaderClassName
{
color: #EADC76;
}
.AnyTagClassName
{
color: #EADC76;
}
</style>
background-color css
<style>
a { background-color: #EADC76; }
a { background-color: rgb(234,220,118); }
div.DivClassName
{
background-color: #EADC76;
}
.BgClassName
{
background-color: #EADC76;
}
</style>
border-color css
<style>
span { border-color: #EADC76; }
span { border-color: rgb(234,220,118); }
td.TdClassName
{
border-color: #EADC76;
}
.TagClassName
{
border-color: #EADC76;
}
</style>