Shades of Wild Rice #EEDA72
Tints of Wild Rice #EEDA72
RGB
CMYK
RGB Variations
Color information
#EEDA72 (or 0xEEDA72) is known color: Wild Rice. HEX triplet: EE, DA and 72. RGB value is (238,218,114). Sum of RGB (Red+Green+Blue) = 238+218+114=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 114 (44.92% from 255 or 20% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDA72 is #11258D. Grayscale: #D4D4D4. Windows color (decimal): -1123726 or 7527150. OLE color: 7527150.
HSL color Cylindrical-coordinate representation of color #EEDA72: hue angle of 50.32º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EEDA72 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 114 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.07 |
| HSL | 50.32º | 0.78% | 0.69% | - |
| HSV(B) | 50.32º | 0.52% | 0.93% | - |
| XYZ | 63.37 | 69.53 | 26 | - |
| YUV | 212.12 | 72.63 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 114 | 0 | 0.08 | 0.52 | 0.07 | 50.32 | 0.78 | 0.69 |
| Hex | EE | DA | 72 | 0 | 8 | 34 | 7 | 32 | 4E | 45 |
| Octal | 356 | 332 | 162 | 0 | 10 | 64 | 7 | 62 | 116 | 105 |
| Binary | 11101110 | 11011010 | 1110010 | 0 | 1000 | 110100 | 111 | 110010 | 1001110 | 1000101 |
Color Harmonies of #EEDA72
Complementary color
Monochromatic Colors of #EEDA72
Black with #EEDA72
Text Example
Text Example
White with #EEDA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA72; }
p { color: rgb(238,218,114); }
H1.HeaderClassName
{
color: #EEDA72;
}
.AnyTagClassName
{
color: #EEDA72;
}
</style>
background-color css
<style>
a { background-color: #EEDA72; }
a { background-color: rgb(238,218,114); }
div.DivClassName
{
background-color: #EEDA72;
}
.BgClassName
{
background-color: #EEDA72;
}
</style>
border-color css
<style>
span { border-color: #EEDA72; }
span { border-color: rgb(238,218,114); }
td.TdClassName
{
border-color: #EEDA72;
}
.TagClassName
{
border-color: #EEDA72;
}
</style>