Shades of Wild Rice #E7D26F
Tints of Wild Rice #E7D26F
RGB
CMYK
RGB Variations
Color information
#E7D26F (or 0xE7D26F) is known color: Wild Rice. HEX triplet: E7, D2 and 6F. RGB value is (231,210,111). Sum of RGB (Red+Green+Blue) = 231+210+111=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 210 (82.42% from 255 or 38.04% from 552); Blue value is 111 (43.75% from 255 or 20.11% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D26F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D26F is #182D90. Grayscale: #CDCDCD. Windows color (decimal): -1584529 or 7328487. OLE color: 7328487.
HSL color Cylindrical-coordinate representation of color #E7D26F: hue angle of 49.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E7D26F is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 210 | 111 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.09 |
| HSL | 49.5º | 0.71% | 0.67% | - |
| HSV(B) | 49.5º | 0.52% | 0.91% | - |
| XYZ | 58.87 | 64.23 | 24.33 | - |
| YUV | 204.99 | 74.96 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 210 | 111 | 0 | 0.09 | 0.52 | 0.09 | 49.5 | 0.71 | 0.67 |
| Hex | E7 | D2 | 6F | 0 | 9 | 34 | 9 | 32 | 47 | 43 |
| Octal | 347 | 322 | 157 | 0 | 11 | 64 | 11 | 62 | 107 | 103 |
| Binary | 11100111 | 11010010 | 1101111 | 0 | 1001 | 110100 | 1001 | 110010 | 1000111 | 1000011 |
Color Harmonies of #E7D26F
Complementary color
Monochromatic Colors of #E7D26F
Black with #E7D26F
Text Example
Text Example
White with #E7D26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D26F; }
p { color: rgb(231,210,111); }
H1.HeaderClassName
{
color: #E7D26F;
}
.AnyTagClassName
{
color: #E7D26F;
}
</style>
background-color css
<style>
a { background-color: #E7D26F; }
a { background-color: rgb(231,210,111); }
div.DivClassName
{
background-color: #E7D26F;
}
.BgClassName
{
background-color: #E7D26F;
}
</style>
border-color css
<style>
span { border-color: #E7D26F; }
span { border-color: rgb(231,210,111); }
td.TdClassName
{
border-color: #E7D26F;
}
.TagClassName
{
border-color: #E7D26F;
}
</style>