Shades of Wild Rice #E7DE6D
Tints of Wild Rice #E7DE6D
RGB
CMYK
RGB Variations
Color information
#E7DE6D (or 0xE7DE6D) is known color: Wild Rice. HEX triplet: E7, DE and 6D. RGB value is (231,222,109). Sum of RGB (Red+Green+Blue) = 231+222+109=562 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.10% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 109 (42.97% from 255 or 19.40% from 562); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DE6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DE6D is #182192. Grayscale: #D4D4D4. Windows color (decimal): -1581459 or 7200487. OLE color: 7200487.
HSL color Cylindrical-coordinate representation of color #E7DE6D: hue angle of 55.57º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E7DE6D is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 222 | 109 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.09 |
| HSL | 55.57º | 0.72% | 0.67% | - |
| HSV(B) | 55.57º | 0.53% | 0.91% | - |
| XYZ | 61.84 | 70.34 | 24.78 | - |
| YUV | 211.81 | 69.98 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 222 | 109 | 0 | 0.04 | 0.53 | 0.09 | 55.57 | 0.72 | 0.67 |
| Hex | E7 | DE | 6D | 0 | 4 | 35 | 9 | 38 | 48 | 43 |
| Octal | 347 | 336 | 155 | 0 | 4 | 65 | 11 | 70 | 110 | 103 |
| Binary | 11100111 | 11011110 | 1101101 | 0 | 100 | 110101 | 1001 | 111000 | 1001000 | 1000011 |
Color Harmonies of #E7DE6D
Complementary color
Monochromatic Colors of #E7DE6D
Black with #E7DE6D
Text Example
Text Example
White with #E7DE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DE6D; }
p { color: rgb(231,222,109); }
H1.HeaderClassName
{
color: #E7DE6D;
}
.AnyTagClassName
{
color: #E7DE6D;
}
</style>
background-color css
<style>
a { background-color: #E7DE6D; }
a { background-color: rgb(231,222,109); }
div.DivClassName
{
background-color: #E7DE6D;
}
.BgClassName
{
background-color: #E7DE6D;
}
</style>
border-color css
<style>
span { border-color: #E7DE6D; }
span { border-color: rgb(231,222,109); }
td.TdClassName
{
border-color: #E7DE6D;
}
.TagClassName
{
border-color: #E7DE6D;
}
</style>