Shades of Wild Rice #E8D27A
Tints of Wild Rice #E8D27A
RGB
CMYK
RGB Variations
Color information
#E8D27A (or 0xE8D27A) is known color: Wild Rice. HEX triplet: E8, D2 and 7A. RGB value is (232,210,122). Sum of RGB (Red+Green+Blue) = 232+210+122=564 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.13% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 122 (48.05% from 255 or 21.63% from 564); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D27A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D27A is #172D85. Grayscale: #CECECE. Windows color (decimal): -1518982 or 8049384. OLE color: 8049384.
HSL color Cylindrical-coordinate representation of color #E8D27A: hue angle of 48º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E8D27A is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 210 | 122 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.09 |
| HSL | 48º | 0.71% | 0.69% | - |
| HSV(B) | 48º | 0.47% | 0.91% | - |
| XYZ | 59.84 | 64.65 | 27.74 | - |
| YUV | 206.55 | 80.29 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 210 | 122 | 0 | 0.09 | 0.47 | 0.09 | 48 | 0.71 | 0.69 |
| Hex | E8 | D2 | 7A | 0 | 9 | 2F | 9 | 30 | 47 | 45 |
| Octal | 350 | 322 | 172 | 0 | 11 | 57 | 11 | 60 | 107 | 105 |
| Binary | 11101000 | 11010010 | 1111010 | 0 | 1001 | 101111 | 1001 | 110000 | 1000111 | 1000101 |
Color Harmonies of #E8D27A
Complementary color
Monochromatic Colors of #E8D27A
Black with #E8D27A
Text Example
Text Example
White with #E8D27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D27A; }
p { color: rgb(232,210,122); }
H1.HeaderClassName
{
color: #E8D27A;
}
.AnyTagClassName
{
color: #E8D27A;
}
</style>
background-color css
<style>
a { background-color: #E8D27A; }
a { background-color: rgb(232,210,122); }
div.DivClassName
{
background-color: #E8D27A;
}
.BgClassName
{
background-color: #E8D27A;
}
</style>
border-color css
<style>
span { border-color: #E8D27A; }
span { border-color: rgb(232,210,122); }
td.TdClassName
{
border-color: #E8D27A;
}
.TagClassName
{
border-color: #E8D27A;
}
</style>