Shades of Wild Rice #E5DD70
Tints of Wild Rice #E5DD70
RGB
CMYK
RGB Variations
Color information
#E5DD70 (or 0xE5DD70) is known color: Wild Rice. HEX triplet: E5, DD and 70. RGB value is (229,221,112). Sum of RGB (Red+Green+Blue) = 229+221+112=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 112 (44.14% from 255 or 19.93% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DD70 is #1A228F. Grayscale: #D3D3D3. Windows color (decimal): -1712784 or 7396837. OLE color: 7396837.
HSL color Cylindrical-coordinate representation of color #E5DD70: hue angle of 55.9º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E5DD70 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 221 | 112 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.10 |
| HSL | 55.9º | 0.69% | 0.67% | - |
| HSV(B) | 55.9º | 0.51% | 0.9% | - |
| XYZ | 61.09 | 69.54 | 25.53 | - |
| YUV | 210.97 | 72.15 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 221 | 112 | 0 | 0.03 | 0.51 | 0.10 | 55.9 | 0.69 | 0.67 |
| Hex | E5 | DD | 70 | 0 | 3 | 33 | A | 38 | 45 | 43 |
| Octal | 345 | 335 | 160 | 0 | 3 | 63 | 12 | 70 | 105 | 103 |
| Binary | 11100101 | 11011101 | 1110000 | 0 | 11 | 110011 | 1010 | 111000 | 1000101 | 1000011 |
Color Harmonies of #E5DD70
Complementary color
Monochromatic Colors of #E5DD70
Black with #E5DD70
Text Example
Text Example
White with #E5DD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DD70; }
p { color: rgb(229,221,112); }
H1.HeaderClassName
{
color: #E5DD70;
}
.AnyTagClassName
{
color: #E5DD70;
}
</style>
background-color css
<style>
a { background-color: #E5DD70; }
a { background-color: rgb(229,221,112); }
div.DivClassName
{
background-color: #E5DD70;
}
.BgClassName
{
background-color: #E5DD70;
}
</style>
border-color css
<style>
span { border-color: #E5DD70; }
span { border-color: rgb(229,221,112); }
td.TdClassName
{
border-color: #E5DD70;
}
.TagClassName
{
border-color: #E5DD70;
}
</style>