Shades of Wild Rice #E7DC6C
Tints of Wild Rice #E7DC6C
RGB
CMYK
RGB Variations
Color information
#E7DC6C (or 0xE7DC6C) is known color: Wild Rice. HEX triplet: E7, DC and 6C. RGB value is (231,220,108). Sum of RGB (Red+Green+Blue) = 231+220+108=559 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.32% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 108 (42.58% from 255 or 19.32% from 559); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DC6C is #182393. Grayscale: #D2D2D2. Windows color (decimal): -1581972 or 7134439. OLE color: 7134439.
HSL color Cylindrical-coordinate representation of color #E7DC6C: hue angle of 54.63º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E7DC6C is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 220 | 108 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.09 |
| HSL | 54.63º | 0.72% | 0.66% | - |
| HSV(B) | 54.63º | 0.53% | 0.91% | - |
| XYZ | 61.25 | 69.26 | 24.33 | - |
| YUV | 210.52 | 70.14 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 220 | 108 | 0 | 0.05 | 0.53 | 0.09 | 54.63 | 0.72 | 0.66 |
| Hex | E7 | DC | 6C | 0 | 5 | 35 | 9 | 37 | 48 | 42 |
| Octal | 347 | 334 | 154 | 0 | 5 | 65 | 11 | 67 | 110 | 102 |
| Binary | 11100111 | 11011100 | 1101100 | 0 | 101 | 110101 | 1001 | 110111 | 1001000 | 1000010 |
Color Harmonies of #E7DC6C
Complementary color
Monochromatic Colors of #E7DC6C
Black with #E7DC6C
Text Example
Text Example
White with #E7DC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DC6C; }
p { color: rgb(231,220,108); }
H1.HeaderClassName
{
color: #E7DC6C;
}
.AnyTagClassName
{
color: #E7DC6C;
}
</style>
background-color css
<style>
a { background-color: #E7DC6C; }
a { background-color: rgb(231,220,108); }
div.DivClassName
{
background-color: #E7DC6C;
}
.BgClassName
{
background-color: #E7DC6C;
}
</style>
border-color css
<style>
span { border-color: #E7DC6C; }
span { border-color: rgb(231,220,108); }
td.TdClassName
{
border-color: #E7DC6C;
}
.TagClassName
{
border-color: #E7DC6C;
}
</style>