Shades of Wild Rice #EADE70
Tints of Wild Rice #EADE70
RGB
CMYK
RGB Variations
Color information
#EADE70 (or 0xEADE70) is known color: Wild Rice. HEX triplet: EA, DE and 70. RGB value is (234,222,112). Sum of RGB (Red+Green+Blue) = 234+222+112=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 112 (44.14% from 255 or 19.72% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADE70 is #15218F. Grayscale: #D5D5D5. Windows color (decimal): -1384848 or 7397098. OLE color: 7397098.
HSL color Cylindrical-coordinate representation of color #EADE70: hue angle of 54.1º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EADE70 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 112 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.08 |
| HSL | 54.1º | 0.74% | 0.68% | - |
| HSV(B) | 54.1º | 0.52% | 0.92% | - |
| XYZ | 62.98 | 70.9 | 25.7 | - |
| YUV | 213.05 | 70.98 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 112 | 0 | 0.05 | 0.52 | 0.08 | 54.1 | 0.74 | 0.68 |
| Hex | EA | DE | 70 | 0 | 5 | 34 | 8 | 36 | 4A | 44 |
| Octal | 352 | 336 | 160 | 0 | 5 | 64 | 10 | 66 | 112 | 104 |
| Binary | 11101010 | 11011110 | 1110000 | 0 | 101 | 110100 | 1000 | 110110 | 1001010 | 1000100 |
Color Harmonies of #EADE70
Complementary color
Monochromatic Colors of #EADE70
Black with #EADE70
Text Example
Text Example
White with #EADE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADE70; }
p { color: rgb(234,222,112); }
H1.HeaderClassName
{
color: #EADE70;
}
.AnyTagClassName
{
color: #EADE70;
}
</style>
background-color css
<style>
a { background-color: #EADE70; }
a { background-color: rgb(234,222,112); }
div.DivClassName
{
background-color: #EADE70;
}
.BgClassName
{
background-color: #EADE70;
}
</style>
border-color css
<style>
span { border-color: #EADE70; }
span { border-color: rgb(234,222,112); }
td.TdClassName
{
border-color: #EADE70;
}
.TagClassName
{
border-color: #EADE70;
}
</style>