Shades of Wild Rice #E2D568
Tints of Wild Rice #E2D568
RGB
CMYK
RGB Variations
Color information
#E2D568 (or 0xE2D568) is known color: Wild Rice. HEX triplet: E2, D5 and 68. RGB value is (226,213,104). Sum of RGB (Red+Green+Blue) = 226+213+104=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 104 (41.02% from 255 or 19.15% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D568 is #1D2A97. Grayscale: #CCCCCC. Windows color (decimal): -1911448 or 6870498. OLE color: 6870498.
HSL color Cylindrical-coordinate representation of color #E2D568: hue angle of 53.61º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E2D568 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 213 | 104 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.11 |
| HSL | 53.61º | 0.68% | 0.65% | - |
| HSV(B) | 53.61º | 0.54% | 0.89% | - |
| XYZ | 57.66 | 64.76 | 22.56 | - |
| YUV | 204.46 | 71.31 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 213 | 104 | 0 | 0.06 | 0.54 | 0.11 | 53.61 | 0.68 | 0.65 |
| Hex | E2 | D5 | 68 | 0 | 6 | 36 | B | 36 | 44 | 41 |
| Octal | 342 | 325 | 150 | 0 | 6 | 66 | 13 | 66 | 104 | 101 |
| Binary | 11100010 | 11010101 | 1101000 | 0 | 110 | 110110 | 1011 | 110110 | 1000100 | 1000001 |
Color Harmonies of #E2D568
Complementary color
Monochromatic Colors of #E2D568
Black with #E2D568
Text Example
Text Example
White with #E2D568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D568; }
p { color: rgb(226,213,104); }
H1.HeaderClassName
{
color: #E2D568;
}
.AnyTagClassName
{
color: #E2D568;
}
</style>
background-color css
<style>
a { background-color: #E2D568; }
a { background-color: rgb(226,213,104); }
div.DivClassName
{
background-color: #E2D568;
}
.BgClassName
{
background-color: #E2D568;
}
</style>
border-color css
<style>
span { border-color: #E2D568; }
span { border-color: rgb(226,213,104); }
td.TdClassName
{
border-color: #E2D568;
}
.TagClassName
{
border-color: #E2D568;
}
</style>