Shades of Wild Rice #E9DB67
Tints of Wild Rice #E9DB67
RGB
CMYK
RGB Variations
Color information
#E9DB67 (or 0xE9DB67) is known color: Wild Rice. HEX triplet: E9, DB and 67. RGB value is (233,219,103). Sum of RGB (Red+Green+Blue) = 233+219+103=555 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.98% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 103 (40.62% from 255 or 18.56% from 555); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DB67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DB67 is #162498. Grayscale: #D2D2D2. Windows color (decimal): -1451161 or 6806505. OLE color: 6806505.
HSL color Cylindrical-coordinate representation of color #E9DB67: hue angle of 53.54º 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 #E9DB67 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 219 | 103 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.09 |
| HSL | 53.54º | 0.75% | 0.66% | - |
| HSV(B) | 53.54º | 0.56% | 0.91% | - |
| XYZ | 61.38 | 68.97 | 22.91 | - |
| YUV | 209.96 | 67.64 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 219 | 103 | 0 | 0.06 | 0.56 | 0.09 | 53.54 | 0.75 | 0.66 |
| Hex | E9 | DB | 67 | 0 | 6 | 38 | 9 | 36 | 4B | 42 |
| Octal | 351 | 333 | 147 | 0 | 6 | 70 | 11 | 66 | 113 | 102 |
| Binary | 11101001 | 11011011 | 1100111 | 0 | 110 | 111000 | 1001 | 110110 | 1001011 | 1000010 |
Color Harmonies of #E9DB67
Complementary color
Monochromatic Colors of #E9DB67
Black with #E9DB67
Text Example
Text Example
White with #E9DB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DB67; }
p { color: rgb(233,219,103); }
H1.HeaderClassName
{
color: #E9DB67;
}
.AnyTagClassName
{
color: #E9DB67;
}
</style>
background-color css
<style>
a { background-color: #E9DB67; }
a { background-color: rgb(233,219,103); }
div.DivClassName
{
background-color: #E9DB67;
}
.BgClassName
{
background-color: #E9DB67;
}
</style>
border-color css
<style>
span { border-color: #E9DB67; }
span { border-color: rgb(233,219,103); }
td.TdClassName
{
border-color: #E9DB67;
}
.TagClassName
{
border-color: #E9DB67;
}
</style>