Shades of Wild Rice #E9DC66
Tints of Wild Rice #E9DC66
RGB
CMYK
RGB Variations
Color information
#E9DC66 (or 0xE9DC66) is known color: Wild Rice. HEX triplet: E9, DC and 66. RGB value is (233,220,102). Sum of RGB (Red+Green+Blue) = 233+220+102=555 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.98% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 102 (40.23% from 255 or 18.38% from 555); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DC66 is #162399. Grayscale: #D2D2D2. Windows color (decimal): -1450906 or 6741225. OLE color: 6741225.
HSL color Cylindrical-coordinate representation of color #E9DC66: hue angle of 54.05º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E9DC66 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 102 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.09 |
| HSL | 54.05º | 0.75% | 0.66% | - |
| HSV(B) | 54.05º | 0.56% | 0.91% | - |
| XYZ | 61.6 | 69.47 | 22.73 | - |
| YUV | 210.44 | 66.81 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 102 | 0 | 0.06 | 0.56 | 0.09 | 54.05 | 0.75 | 0.66 |
| Hex | E9 | DC | 66 | 0 | 6 | 38 | 9 | 36 | 4B | 42 |
| Octal | 351 | 334 | 146 | 0 | 6 | 70 | 11 | 66 | 113 | 102 |
| Binary | 11101001 | 11011100 | 1100110 | 0 | 110 | 111000 | 1001 | 110110 | 1001011 | 1000010 |
Color Harmonies of #E9DC66
Complementary color
Monochromatic Colors of #E9DC66
Black with #E9DC66
Text Example
Text Example
White with #E9DC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DC66; }
p { color: rgb(233,220,102); }
H1.HeaderClassName
{
color: #E9DC66;
}
.AnyTagClassName
{
color: #E9DC66;
}
</style>
background-color css
<style>
a { background-color: #E9DC66; }
a { background-color: rgb(233,220,102); }
div.DivClassName
{
background-color: #E9DC66;
}
.BgClassName
{
background-color: #E9DC66;
}
</style>
border-color css
<style>
span { border-color: #E9DC66; }
span { border-color: rgb(233,220,102); }
td.TdClassName
{
border-color: #E9DC66;
}
.TagClassName
{
border-color: #E9DC66;
}
</style>