Shades of Wild Rice #E9DC6D
Tints of Wild Rice #E9DC6D
RGB
CMYK
RGB Variations
Color information
#E9DC6D (or 0xE9DC6D) is known color: Wild Rice. HEX triplet: E9, DC and 6D. RGB value is (233,220,109). Sum of RGB (Red+Green+Blue) = 233+220+109=562 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.46% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 109 (42.97% from 255 or 19.40% from 562); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DC6D is #162392. Grayscale: #D3D3D3. Windows color (decimal): -1450899 or 7199977. OLE color: 7199977.
HSL color Cylindrical-coordinate representation of color #E9DC6D: hue angle of 53.71º degrees, saturation: 0.74, 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 #E9DC6D is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 109 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.09 |
| HSL | 53.71º | 0.74% | 0.67% | - |
| HSV(B) | 53.71º | 0.53% | 0.91% | - |
| XYZ | 61.96 | 69.61 | 24.64 | - |
| YUV | 211.23 | 70.31 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 109 | 0 | 0.06 | 0.53 | 0.09 | 53.71 | 0.74 | 0.67 |
| Hex | E9 | DC | 6D | 0 | 6 | 35 | 9 | 36 | 4A | 43 |
| Octal | 351 | 334 | 155 | 0 | 6 | 65 | 11 | 66 | 112 | 103 |
| Binary | 11101001 | 11011100 | 1101101 | 0 | 110 | 110101 | 1001 | 110110 | 1001010 | 1000011 |
Color Harmonies of #E9DC6D
Complementary color
Monochromatic Colors of #E9DC6D
Black with #E9DC6D
Text Example
Text Example
White with #E9DC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DC6D; }
p { color: rgb(233,220,109); }
H1.HeaderClassName
{
color: #E9DC6D;
}
.AnyTagClassName
{
color: #E9DC6D;
}
</style>
background-color css
<style>
a { background-color: #E9DC6D; }
a { background-color: rgb(233,220,109); }
div.DivClassName
{
background-color: #E9DC6D;
}
.BgClassName
{
background-color: #E9DC6D;
}
</style>
border-color css
<style>
span { border-color: #E9DC6D; }
span { border-color: rgb(233,220,109); }
td.TdClassName
{
border-color: #E9DC6D;
}
.TagClassName
{
border-color: #E9DC6D;
}
</style>