Shades of Wild Rice #E7D273
Tints of Wild Rice #E7D273
RGB
CMYK
RGB Variations
Color information
#E7D273 (or 0xE7D273) is known color: Wild Rice. HEX triplet: E7, D2 and 73. RGB value is (231,210,115). Sum of RGB (Red+Green+Blue) = 231+210+115=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 115 (45.31% from 255 or 20.68% from 556); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D273 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D273 is #182D8C. Grayscale: #CDCDCD. Windows color (decimal): -1584525 or 7590631. OLE color: 7590631.
HSL color Cylindrical-coordinate representation of color #E7D273: hue angle of 49.14º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E7D273 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 210 | 115 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.09 |
| HSL | 49.14º | 0.71% | 0.68% | - |
| HSV(B) | 49.14º | 0.5% | 0.91% | - |
| XYZ | 59.1 | 64.32 | 25.52 | - |
| YUV | 205.45 | 76.96 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 210 | 115 | 0 | 0.09 | 0.50 | 0.09 | 49.14 | 0.71 | 0.68 |
| Hex | E7 | D2 | 73 | 0 | 9 | 32 | 9 | 31 | 47 | 44 |
| Octal | 347 | 322 | 163 | 0 | 11 | 62 | 11 | 61 | 107 | 104 |
| Binary | 11100111 | 11010010 | 1110011 | 0 | 1001 | 110010 | 1001 | 110001 | 1000111 | 1000100 |
Color Harmonies of #E7D273
Complementary color
Monochromatic Colors of #E7D273
Black with #E7D273
Text Example
Text Example
White with #E7D273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D273; }
p { color: rgb(231,210,115); }
H1.HeaderClassName
{
color: #E7D273;
}
.AnyTagClassName
{
color: #E7D273;
}
</style>
background-color css
<style>
a { background-color: #E7D273; }
a { background-color: rgb(231,210,115); }
div.DivClassName
{
background-color: #E7D273;
}
.BgClassName
{
background-color: #E7D273;
}
</style>
border-color css
<style>
span { border-color: #E7D273; }
span { border-color: rgb(231,210,115); }
td.TdClassName
{
border-color: #E7D273;
}
.TagClassName
{
border-color: #E7D273;
}
</style>