Shades of Wild Rice #E7DB69
Tints of Wild Rice #E7DB69
RGB
CMYK
RGB Variations
Color information
#E7DB69 (or 0xE7DB69) is known color: Wild Rice. HEX triplet: E7, DB and 69. RGB value is (231,219,105). Sum of RGB (Red+Green+Blue) = 231+219+105=555 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.62% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 105 (41.41% from 255 or 18.92% from 555); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DB69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DB69 is #182496. Grayscale: #D2D2D2. Windows color (decimal): -1582231 or 6937575. OLE color: 6937575.
HSL color Cylindrical-coordinate representation of color #E7DB69: hue angle of 54.29º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E7DB69 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 219 | 105 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.09 |
| HSL | 54.29º | 0.72% | 0.66% | - |
| HSV(B) | 54.29º | 0.55% | 0.91% | - |
| XYZ | 60.84 | 68.67 | 23.41 | - |
| YUV | 209.59 | 68.98 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 219 | 105 | 0 | 0.05 | 0.55 | 0.09 | 54.29 | 0.72 | 0.66 |
| Hex | E7 | DB | 69 | 0 | 5 | 37 | 9 | 36 | 48 | 42 |
| Octal | 347 | 333 | 151 | 0 | 5 | 67 | 11 | 66 | 110 | 102 |
| Binary | 11100111 | 11011011 | 1101001 | 0 | 101 | 110111 | 1001 | 110110 | 1001000 | 1000010 |
Color Harmonies of #E7DB69
Complementary color
Monochromatic Colors of #E7DB69
Black with #E7DB69
Text Example
Text Example
White with #E7DB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DB69; }
p { color: rgb(231,219,105); }
H1.HeaderClassName
{
color: #E7DB69;
}
.AnyTagClassName
{
color: #E7DB69;
}
</style>
background-color css
<style>
a { background-color: #E7DB69; }
a { background-color: rgb(231,219,105); }
div.DivClassName
{
background-color: #E7DB69;
}
.BgClassName
{
background-color: #E7DB69;
}
</style>
border-color css
<style>
span { border-color: #E7DB69; }
span { border-color: rgb(231,219,105); }
td.TdClassName
{
border-color: #E7DB69;
}
.TagClassName
{
border-color: #E7DB69;
}
</style>