Shades of Wild Rice #E4D578
Tints of Wild Rice #E4D578
RGB
CMYK
RGB Variations
Color information
#E4D578 (or 0xE4D578) is known color: Wild Rice. HEX triplet: E4, D5 and 78. RGB value is (228,213,120). Sum of RGB (Red+Green+Blue) = 228+213+120=561 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.64% from 561); Green value is 213 (83.59% from 255 or 37.97% from 561); Blue value is 120 (47.27% from 255 or 21.39% from 561); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4D578 is #1B2A87. Grayscale: #CFCFCF. Windows color (decimal): -1780360 or 7919076. OLE color: 7919076.
HSL color Cylindrical-coordinate representation of color #E4D578: hue angle of 51.67º degrees, saturation: 0.67, 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 #E4D578 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 213 | 120 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.11 |
| HSL | 51.67º | 0.67% | 0.68% | - |
| HSV(B) | 51.67º | 0.47% | 0.89% | - |
| XYZ | 59.18 | 65.44 | 27.28 | - |
| YUV | 206.88 | 78.97 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 213 | 120 | 0 | 0.07 | 0.47 | 0.11 | 51.67 | 0.67 | 0.68 |
| Hex | E4 | D5 | 78 | 0 | 7 | 2F | B | 34 | 43 | 44 |
| Octal | 344 | 325 | 170 | 0 | 7 | 57 | 13 | 64 | 103 | 104 |
| Binary | 11100100 | 11010101 | 1111000 | 0 | 111 | 101111 | 1011 | 110100 | 1000011 | 1000100 |
Color Harmonies of #E4D578
Complementary color
Monochromatic Colors of #E4D578
Black with #E4D578
Text Example
Text Example
White with #E4D578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D578; }
p { color: rgb(228,213,120); }
H1.HeaderClassName
{
color: #E4D578;
}
.AnyTagClassName
{
color: #E4D578;
}
</style>
background-color css
<style>
a { background-color: #E4D578; }
a { background-color: rgb(228,213,120); }
div.DivClassName
{
background-color: #E4D578;
}
.BgClassName
{
background-color: #E4D578;
}
</style>
border-color css
<style>
span { border-color: #E4D578; }
span { border-color: rgb(228,213,120); }
td.TdClassName
{
border-color: #E4D578;
}
.TagClassName
{
border-color: #E4D578;
}
</style>