Shades of Wild Rice #E7D67B
Tints of Wild Rice #E7D67B
RGB
CMYK
RGB Variations
Color information
#E7D67B (or 0xE7D67B) is known color: Wild Rice. HEX triplet: E7, D6 and 7B. RGB value is (231,214,123). Sum of RGB (Red+Green+Blue) = 231+214+123=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 123 (48.44% from 255 or 21.65% from 568); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D67B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D67B is #182984. Grayscale: #D1D1D1. Windows color (decimal): -1583493 or 8115943. OLE color: 8115943.
HSL color Cylindrical-coordinate representation of color #E7D67B: hue angle of 50.56º degrees, saturation: 0.69, 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 #E7D67B is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 214 | 123 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.09 |
| HSL | 50.56º | 0.69% | 0.69% | - |
| HSV(B) | 50.56º | 0.47% | 0.91% | - |
| XYZ | 60.58 | 66.51 | 28.38 | - |
| YUV | 208.71 | 79.63 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 214 | 123 | 0 | 0.07 | 0.47 | 0.09 | 50.56 | 0.69 | 0.69 |
| Hex | E7 | D6 | 7B | 0 | 7 | 2F | 9 | 33 | 45 | 45 |
| Octal | 347 | 326 | 173 | 0 | 7 | 57 | 11 | 63 | 105 | 105 |
| Binary | 11100111 | 11010110 | 1111011 | 0 | 111 | 101111 | 1001 | 110011 | 1000101 | 1000101 |
Color Harmonies of #E7D67B
Complementary color
Monochromatic Colors of #E7D67B
Black with #E7D67B
Text Example
Text Example
White with #E7D67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D67B; }
p { color: rgb(231,214,123); }
H1.HeaderClassName
{
color: #E7D67B;
}
.AnyTagClassName
{
color: #E7D67B;
}
</style>
background-color css
<style>
a { background-color: #E7D67B; }
a { background-color: rgb(231,214,123); }
div.DivClassName
{
background-color: #E7D67B;
}
.BgClassName
{
background-color: #E7D67B;
}
</style>
border-color css
<style>
span { border-color: #E7D67B; }
span { border-color: rgb(231,214,123); }
td.TdClassName
{
border-color: #E7D67B;
}
.TagClassName
{
border-color: #E7D67B;
}
</style>