Shades of Wild Rice #E3DD78
Tints of Wild Rice #E3DD78
RGB
CMYK
RGB Variations
Color information
#E3DD78 (or 0xE3DD78) is known color: Wild Rice. HEX triplet: E3, DD and 78. RGB value is (227,221,120). Sum of RGB (Red+Green+Blue) = 227+221+120=568 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.96% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 120 (47.27% from 255 or 21.13% from 568); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DD78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3DD78 is #1C2287. Grayscale: #D3D3D3. Windows color (decimal): -1843848 or 7921123. OLE color: 7921123.
HSL color Cylindrical-coordinate representation of color #E3DD78: hue angle of 56.64º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E3DD78 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 221 | 120 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.11 |
| HSL | 56.64º | 0.66% | 0.68% | - |
| HSV(B) | 56.64º | 0.47% | 0.89% | - |
| XYZ | 60.93 | 69.4 | 27.95 | - |
| YUV | 211.28 | 76.49 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 221 | 120 | 0 | 0.03 | 0.47 | 0.11 | 56.64 | 0.66 | 0.68 |
| Hex | E3 | DD | 78 | 0 | 3 | 2F | B | 39 | 42 | 44 |
| Octal | 343 | 335 | 170 | 0 | 3 | 57 | 13 | 71 | 102 | 104 |
| Binary | 11100011 | 11011101 | 1111000 | 0 | 11 | 101111 | 1011 | 111001 | 1000010 | 1000100 |
Color Harmonies of #E3DD78
Complementary color
Monochromatic Colors of #E3DD78
Black with #E3DD78
Text Example
Text Example
White with #E3DD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DD78; }
p { color: rgb(227,221,120); }
H1.HeaderClassName
{
color: #E3DD78;
}
.AnyTagClassName
{
color: #E3DD78;
}
</style>
background-color css
<style>
a { background-color: #E3DD78; }
a { background-color: rgb(227,221,120); }
div.DivClassName
{
background-color: #E3DD78;
}
.BgClassName
{
background-color: #E3DD78;
}
</style>
border-color css
<style>
span { border-color: #E3DD78; }
span { border-color: rgb(227,221,120); }
td.TdClassName
{
border-color: #E3DD78;
}
.TagClassName
{
border-color: #E3DD78;
}
</style>