Shades of Wild Rice #E7CF73
Tints of Wild Rice #E7CF73
RGB
CMYK
RGB Variations
Color information
#E7CF73 (or 0xE7CF73) is known color: Wild Rice. HEX triplet: E7, CF and 73. RGB value is (231,207,115). Sum of RGB (Red+Green+Blue) = 231+207+115=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 115 (45.31% from 255 or 20.80% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CF73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CF73 is #18308C. Grayscale: #CCCCCC. Windows color (decimal): -1585293 or 7589863. OLE color: 7589863.
HSL color Cylindrical-coordinate representation of color #E7CF73: hue angle of 47.59º 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 #E7CF73 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 207 | 115 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.09 |
| HSL | 47.59º | 0.71% | 0.68% | - |
| HSV(B) | 47.59º | 0.5% | 0.91% | - |
| XYZ | 58.36 | 62.85 | 25.28 | - |
| YUV | 203.69 | 77.95 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 207 | 115 | 0 | 0.10 | 0.50 | 0.09 | 47.59 | 0.71 | 0.68 |
| Hex | E7 | CF | 73 | 0 | A | 32 | 9 | 30 | 47 | 44 |
| Octal | 347 | 317 | 163 | 0 | 12 | 62 | 11 | 60 | 107 | 104 |
| Binary | 11100111 | 11001111 | 1110011 | 0 | 1010 | 110010 | 1001 | 110000 | 1000111 | 1000100 |
Color Harmonies of #E7CF73
Complementary color
Monochromatic Colors of #E7CF73
Black with #E7CF73
Text Example
Text Example
White with #E7CF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CF73; }
p { color: rgb(231,207,115); }
H1.HeaderClassName
{
color: #E7CF73;
}
.AnyTagClassName
{
color: #E7CF73;
}
</style>
background-color css
<style>
a { background-color: #E7CF73; }
a { background-color: rgb(231,207,115); }
div.DivClassName
{
background-color: #E7CF73;
}
.BgClassName
{
background-color: #E7CF73;
}
</style>
border-color css
<style>
span { border-color: #E7CF73; }
span { border-color: rgb(231,207,115); }
td.TdClassName
{
border-color: #E7CF73;
}
.TagClassName
{
border-color: #E7CF73;
}
</style>