Shades of Wild Rice #E9CF75
Tints of Wild Rice #E9CF75
RGB
CMYK
RGB Variations
Color information
#E9CF75 (or 0xE9CF75) is known color: Wild Rice. HEX triplet: E9, CF and 75. RGB value is (233,207,117). Sum of RGB (Red+Green+Blue) = 233+207+117=557 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.83% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 117 (46.09% from 255 or 21.01% from 557); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CF75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CF75 is #16308A. Grayscale: #CCCCCC. Windows color (decimal): -1454219 or 7720937. OLE color: 7720937.
HSL color Cylindrical-coordinate representation of color #E9CF75: hue angle of 46.55º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E9CF75 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 207 | 117 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.09 |
| HSL | 46.55º | 0.73% | 0.69% | - |
| HSV(B) | 46.55º | 0.5% | 0.91% | - |
| XYZ | 59.13 | 63.23 | 25.92 | - |
| YUV | 204.51 | 78.61 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 207 | 117 | 0 | 0.11 | 0.50 | 0.09 | 46.55 | 0.73 | 0.69 |
| Hex | E9 | CF | 75 | 0 | B | 32 | 9 | 2F | 48 | 45 |
| Octal | 351 | 317 | 165 | 0 | 13 | 62 | 11 | 57 | 110 | 105 |
| Binary | 11101001 | 11001111 | 1110101 | 0 | 1011 | 110010 | 1001 | 101111 | 1001000 | 1000101 |
Color Harmonies of #E9CF75
Complementary color
Monochromatic Colors of #E9CF75
Black with #E9CF75
Text Example
Text Example
White with #E9CF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CF75; }
p { color: rgb(233,207,117); }
H1.HeaderClassName
{
color: #E9CF75;
}
.AnyTagClassName
{
color: #E9CF75;
}
</style>
background-color css
<style>
a { background-color: #E9CF75; }
a { background-color: rgb(233,207,117); }
div.DivClassName
{
background-color: #E9CF75;
}
.BgClassName
{
background-color: #E9CF75;
}
</style>
border-color css
<style>
span { border-color: #E9CF75; }
span { border-color: rgb(233,207,117); }
td.TdClassName
{
border-color: #E9CF75;
}
.TagClassName
{
border-color: #E9CF75;
}
</style>