Shades of Wild Rice #E9CF7A
Tints of Wild Rice #E9CF7A
RGB
CMYK
RGB Variations
Color information
#E9CF7A (or 0xE9CF7A) is known color: Wild Rice. HEX triplet: E9, CF and 7A. RGB value is (233,207,122). Sum of RGB (Red+Green+Blue) = 233+207+122=562 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.46% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 122 (48.05% from 255 or 21.71% from 562); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CF7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CF7A is #163085. Grayscale: #CDCDCD. Windows color (decimal): -1454214 or 8048617. OLE color: 8048617.
HSL color Cylindrical-coordinate representation of color #E9CF7A: hue angle of 45.95º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E9CF7A is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 207 | 122 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.09 |
| HSL | 45.95º | 0.72% | 0.7% | - |
| HSV(B) | 45.95º | 0.48% | 0.91% | - |
| XYZ | 59.43 | 63.35 | 27.51 | - |
| YUV | 205.08 | 81.11 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 207 | 122 | 0 | 0.11 | 0.48 | 0.09 | 45.95 | 0.72 | 0.7 |
| Hex | E9 | CF | 7A | 0 | B | 30 | 9 | 2E | 48 | 46 |
| Octal | 351 | 317 | 172 | 0 | 13 | 60 | 11 | 56 | 110 | 106 |
| Binary | 11101001 | 11001111 | 1111010 | 0 | 1011 | 110000 | 1001 | 101110 | 1001000 | 1000110 |
Color Harmonies of #E9CF7A
Complementary color
Monochromatic Colors of #E9CF7A
Black with #E9CF7A
Text Example
Text Example
White with #E9CF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CF7A; }
p { color: rgb(233,207,122); }
H1.HeaderClassName
{
color: #E9CF7A;
}
.AnyTagClassName
{
color: #E9CF7A;
}
</style>
background-color css
<style>
a { background-color: #E9CF7A; }
a { background-color: rgb(233,207,122); }
div.DivClassName
{
background-color: #E9CF7A;
}
.BgClassName
{
background-color: #E9CF7A;
}
</style>
border-color css
<style>
span { border-color: #E9CF7A; }
span { border-color: rgb(233,207,122); }
td.TdClassName
{
border-color: #E9CF7A;
}
.TagClassName
{
border-color: #E9CF7A;
}
</style>