Shades of Wild Rice #E1D27B
Tints of Wild Rice #E1D27B
RGB
CMYK
RGB Variations
Color information
#E1D27B (or 0xE1D27B) is known color: Wild Rice. HEX triplet: E1, D2 and 7B. RGB value is (225,210,123). Sum of RGB (Red+Green+Blue) = 225+210+123=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 210 (82.42% from 255 or 37.63% from 558); Blue value is 123 (48.44% from 255 or 22.04% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D27B is #1E2D84. Grayscale: #CCCCCC. Windows color (decimal): -1977733 or 8114913. OLE color: 8114913.
HSL color Cylindrical-coordinate representation of color #E1D27B: hue angle of 51.18º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E1D27B is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 210 | 123 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.12 |
| HSL | 51.18º | 0.63% | 0.68% | - |
| HSV(B) | 51.18º | 0.45% | 0.88% | - |
| XYZ | 57.67 | 63.53 | 27.96 | - |
| YUV | 204.57 | 81.97 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 123 | 0 | 0.07 | 0.45 | 0.12 | 51.18 | 0.63 | 0.68 |
| Hex | E1 | D2 | 7B | 0 | 7 | 2D | C | 33 | 3F | 44 |
| Octal | 341 | 322 | 173 | 0 | 7 | 55 | 14 | 63 | 77 | 104 |
| Binary | 11100001 | 11010010 | 1111011 | 0 | 111 | 101101 | 1100 | 110011 | 111111 | 1000100 |
Color Harmonies of #E1D27B
Complementary color
Monochromatic Colors of #E1D27B
Black with #E1D27B
Text Example
Text Example
White with #E1D27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D27B; }
p { color: rgb(225,210,123); }
H1.HeaderClassName
{
color: #E1D27B;
}
.AnyTagClassName
{
color: #E1D27B;
}
</style>
background-color css
<style>
a { background-color: #E1D27B; }
a { background-color: rgb(225,210,123); }
div.DivClassName
{
background-color: #E1D27B;
}
.BgClassName
{
background-color: #E1D27B;
}
</style>
border-color css
<style>
span { border-color: #E1D27B; }
span { border-color: rgb(225,210,123); }
td.TdClassName
{
border-color: #E1D27B;
}
.TagClassName
{
border-color: #E1D27B;
}
</style>