Shades of Wild Rice #E7D270
Tints of Wild Rice #E7D270
RGB
CMYK
RGB Variations
Color information
#E7D270 (or 0xE7D270) is known color: Wild Rice. HEX triplet: E7, D2 and 70. RGB value is (231,210,112). Sum of RGB (Red+Green+Blue) = 231+210+112=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 210 (82.42% from 255 or 37.97% from 553); Blue value is 112 (44.14% from 255 or 20.25% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D270 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D270 is #182D8F. Grayscale: #CDCDCD. Windows color (decimal): -1584528 or 7394023. OLE color: 7394023.
HSL color Cylindrical-coordinate representation of color #E7D270: hue angle of 49.41º 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 #E7D270 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 210 | 112 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.09 |
| HSL | 49.41º | 0.71% | 0.67% | - |
| HSV(B) | 49.41º | 0.52% | 0.91% | - |
| XYZ | 58.93 | 64.25 | 24.63 | - |
| YUV | 205.11 | 75.46 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 210 | 112 | 0 | 0.09 | 0.52 | 0.09 | 49.41 | 0.71 | 0.67 |
| Hex | E7 | D2 | 70 | 0 | 9 | 34 | 9 | 31 | 47 | 43 |
| Octal | 347 | 322 | 160 | 0 | 11 | 64 | 11 | 61 | 107 | 103 |
| Binary | 11100111 | 11010010 | 1110000 | 0 | 1001 | 110100 | 1001 | 110001 | 1000111 | 1000011 |
Color Harmonies of #E7D270
Complementary color
Monochromatic Colors of #E7D270
Black with #E7D270
Text Example
Text Example
White with #E7D270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D270; }
p { color: rgb(231,210,112); }
H1.HeaderClassName
{
color: #E7D270;
}
.AnyTagClassName
{
color: #E7D270;
}
</style>
background-color css
<style>
a { background-color: #E7D270; }
a { background-color: rgb(231,210,112); }
div.DivClassName
{
background-color: #E7D270;
}
.BgClassName
{
background-color: #E7D270;
}
</style>
border-color css
<style>
span { border-color: #E7D270; }
span { border-color: rgb(231,210,112); }
td.TdClassName
{
border-color: #E7D270;
}
.TagClassName
{
border-color: #E7D270;
}
</style>