Shades of Wild Rice #EADF72
Tints of Wild Rice #EADF72
RGB
CMYK
RGB Variations
Color information
#EADF72 (or 0xEADF72) is known color: Wild Rice. HEX triplet: EA, DF and 72. RGB value is (234,223,114). Sum of RGB (Red+Green+Blue) = 234+223+114=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 114 (44.92% from 255 or 19.96% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADF72 is #15208D. Grayscale: #D6D6D6. Windows color (decimal): -1384590 or 7528426. OLE color: 7528426.
HSL color Cylindrical-coordinate representation of color #EADF72: hue angle of 54.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EADF72 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 114 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.08 |
| HSL | 54.5º | 0.74% | 0.68% | - |
| HSV(B) | 54.5º | 0.51% | 0.92% | - |
| XYZ | 63.36 | 71.48 | 26.38 | - |
| YUV | 213.86 | 71.64 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 114 | 0 | 0.05 | 0.51 | 0.08 | 54.5 | 0.74 | 0.68 |
| Hex | EA | DF | 72 | 0 | 5 | 33 | 8 | 36 | 4A | 44 |
| Octal | 352 | 337 | 162 | 0 | 5 | 63 | 10 | 66 | 112 | 104 |
| Binary | 11101010 | 11011111 | 1110010 | 0 | 101 | 110011 | 1000 | 110110 | 1001010 | 1000100 |
Color Harmonies of #EADF72
Complementary color
Monochromatic Colors of #EADF72
Black with #EADF72
Text Example
Text Example
White with #EADF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF72; }
p { color: rgb(234,223,114); }
H1.HeaderClassName
{
color: #EADF72;
}
.AnyTagClassName
{
color: #EADF72;
}
</style>
background-color css
<style>
a { background-color: #EADF72; }
a { background-color: rgb(234,223,114); }
div.DivClassName
{
background-color: #EADF72;
}
.BgClassName
{
background-color: #EADF72;
}
</style>
border-color css
<style>
span { border-color: #EADF72; }
span { border-color: rgb(234,223,114); }
td.TdClassName
{
border-color: #EADF72;
}
.TagClassName
{
border-color: #EADF72;
}
</style>