Shades of Wild Rice #EADB70
Tints of Wild Rice #EADB70
RGB
CMYK
RGB Variations
Color information
#EADB70 (or 0xEADB70) is known color: Wild Rice. HEX triplet: EA, DB and 70. RGB value is (234,219,112). Sum of RGB (Red+Green+Blue) = 234+219+112=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 112 (44.14% from 255 or 19.82% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADB70 is #15248F. Grayscale: #D3D3D3. Windows color (decimal): -1385616 or 7396330. OLE color: 7396330.
HSL color Cylindrical-coordinate representation of color #EADB70: hue angle of 52.62º 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 #EADB70 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 112 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.08 |
| HSL | 52.62º | 0.74% | 0.68% | - |
| HSV(B) | 52.62º | 0.52% | 0.92% | - |
| XYZ | 62.19 | 69.33 | 25.43 | - |
| YUV | 211.29 | 71.97 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 112 | 0 | 0.06 | 0.52 | 0.08 | 52.62 | 0.74 | 0.68 |
| Hex | EA | DB | 70 | 0 | 6 | 34 | 8 | 35 | 4A | 44 |
| Octal | 352 | 333 | 160 | 0 | 6 | 64 | 10 | 65 | 112 | 104 |
| Binary | 11101010 | 11011011 | 1110000 | 0 | 110 | 110100 | 1000 | 110101 | 1001010 | 1000100 |
Color Harmonies of #EADB70
Complementary color
Monochromatic Colors of #EADB70
Black with #EADB70
Text Example
Text Example
White with #EADB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADB70; }
p { color: rgb(234,219,112); }
H1.HeaderClassName
{
color: #EADB70;
}
.AnyTagClassName
{
color: #EADB70;
}
</style>
background-color css
<style>
a { background-color: #EADB70; }
a { background-color: rgb(234,219,112); }
div.DivClassName
{
background-color: #EADB70;
}
.BgClassName
{
background-color: #EADB70;
}
</style>
border-color css
<style>
span { border-color: #EADB70; }
span { border-color: rgb(234,219,112); }
td.TdClassName
{
border-color: #EADB70;
}
.TagClassName
{
border-color: #EADB70;
}
</style>