Shades of Wild Rice #E1D26B
Tints of Wild Rice #E1D26B
RGB
CMYK
RGB Variations
Color information
#E1D26B (or 0xE1D26B) is known color: Wild Rice. HEX triplet: E1, D2 and 6B. RGB value is (225,210,107). Sum of RGB (Red+Green+Blue) = 225+210+107=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 210 (82.42% from 255 or 38.75% from 542); Blue value is 107 (42.19% from 255 or 19.74% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D26B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D26B is #1E2D94. Grayscale: #CBCBCB. Windows color (decimal): -1977749 or 7066337. OLE color: 7066337.
HSL color Cylindrical-coordinate representation of color #E1D26B: hue angle of 52.37º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1D26B is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 210 | 107 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.12 |
| HSL | 52.37º | 0.66% | 0.65% | - |
| HSV(B) | 52.37º | 0.52% | 0.88% | - |
| XYZ | 56.75 | 63.16 | 23.11 | - |
| YUV | 202.74 | 73.97 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 107 | 0 | 0.07 | 0.52 | 0.12 | 52.37 | 0.66 | 0.65 |
| Hex | E1 | D2 | 6B | 0 | 7 | 34 | C | 34 | 42 | 41 |
| Octal | 341 | 322 | 153 | 0 | 7 | 64 | 14 | 64 | 102 | 101 |
| Binary | 11100001 | 11010010 | 1101011 | 0 | 111 | 110100 | 1100 | 110100 | 1000010 | 1000001 |
Color Harmonies of #E1D26B
Complementary color
Monochromatic Colors of #E1D26B
Black with #E1D26B
Text Example
Text Example
White with #E1D26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D26B; }
p { color: rgb(225,210,107); }
H1.HeaderClassName
{
color: #E1D26B;
}
.AnyTagClassName
{
color: #E1D26B;
}
</style>
background-color css
<style>
a { background-color: #E1D26B; }
a { background-color: rgb(225,210,107); }
div.DivClassName
{
background-color: #E1D26B;
}
.BgClassName
{
background-color: #E1D26B;
}
</style>
border-color css
<style>
span { border-color: #E1D26B; }
span { border-color: rgb(225,210,107); }
td.TdClassName
{
border-color: #E1D26B;
}
.TagClassName
{
border-color: #E1D26B;
}
</style>