Shades of Wild Rice #EEDA74
Tints of Wild Rice #EEDA74
RGB
CMYK
RGB Variations
Color information
#EEDA74 (or 0xEEDA74) is known color: Wild Rice. HEX triplet: EE, DA and 74. RGB value is (238,218,116). Sum of RGB (Red+Green+Blue) = 238+218+116=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 116 (45.70% from 255 or 20.28% from 572); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDA74 is #11258B. Grayscale: #D4D4D4. Windows color (decimal): -1123724 or 7658222. OLE color: 7658222.
HSL color Cylindrical-coordinate representation of color #EEDA74: hue angle of 50.16º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EEDA74 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 116 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.07 |
| HSL | 50.16º | 0.78% | 0.69% | - |
| HSV(B) | 50.16º | 0.51% | 0.93% | - |
| XYZ | 63.48 | 69.58 | 26.61 | - |
| YUV | 212.35 | 73.63 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 116 | 0 | 0.08 | 0.51 | 0.07 | 50.16 | 0.78 | 0.69 |
| Hex | EE | DA | 74 | 0 | 8 | 33 | 7 | 32 | 4E | 45 |
| Octal | 356 | 332 | 164 | 0 | 10 | 63 | 7 | 62 | 116 | 105 |
| Binary | 11101110 | 11011010 | 1110100 | 0 | 1000 | 110011 | 111 | 110010 | 1001110 | 1000101 |
Color Harmonies of #EEDA74
Complementary color
Monochromatic Colors of #EEDA74
Black with #EEDA74
Text Example
Text Example
White with #EEDA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA74; }
p { color: rgb(238,218,116); }
H1.HeaderClassName
{
color: #EEDA74;
}
.AnyTagClassName
{
color: #EEDA74;
}
</style>
background-color css
<style>
a { background-color: #EEDA74; }
a { background-color: rgb(238,218,116); }
div.DivClassName
{
background-color: #EEDA74;
}
.BgClassName
{
background-color: #EEDA74;
}
</style>
border-color css
<style>
span { border-color: #EEDA74; }
span { border-color: rgb(238,218,116); }
td.TdClassName
{
border-color: #EEDA74;
}
.TagClassName
{
border-color: #EEDA74;
}
</style>