Shades of Wild Rice #E6CF74
Tints of Wild Rice #E6CF74
RGB
CMYK
RGB Variations
Color information
#E6CF74 (or 0xE6CF74) is known color: Wild Rice. HEX triplet: E6, CF and 74. RGB value is (230,207,116). Sum of RGB (Red+Green+Blue) = 230+207+116=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 116 (45.70% from 255 or 20.98% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CF74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CF74 is #19308B. Grayscale: #CBCBCB. Windows color (decimal): -1650828 or 7655398. OLE color: 7655398.
HSL color Cylindrical-coordinate representation of color #E6CF74: hue angle of 47.89º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6CF74 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 207 | 116 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.10 |
| HSL | 47.89º | 0.7% | 0.68% | - |
| HSV(B) | 47.89º | 0.5% | 0.9% | - |
| XYZ | 58.1 | 62.71 | 25.57 | - |
| YUV | 203.5 | 78.62 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 116 | 0 | 0.10 | 0.50 | 0.10 | 47.89 | 0.7 | 0.68 |
| Hex | E6 | CF | 74 | 0 | A | 32 | A | 30 | 46 | 44 |
| Octal | 346 | 317 | 164 | 0 | 12 | 62 | 12 | 60 | 106 | 104 |
| Binary | 11100110 | 11001111 | 1110100 | 0 | 1010 | 110010 | 1010 | 110000 | 1000110 | 1000100 |
Color Harmonies of #E6CF74
Complementary color
Monochromatic Colors of #E6CF74
Black with #E6CF74
Text Example
Text Example
White with #E6CF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CF74; }
p { color: rgb(230,207,116); }
H1.HeaderClassName
{
color: #E6CF74;
}
.AnyTagClassName
{
color: #E6CF74;
}
</style>
background-color css
<style>
a { background-color: #E6CF74; }
a { background-color: rgb(230,207,116); }
div.DivClassName
{
background-color: #E6CF74;
}
.BgClassName
{
background-color: #E6CF74;
}
</style>
border-color css
<style>
span { border-color: #E6CF74; }
span { border-color: rgb(230,207,116); }
td.TdClassName
{
border-color: #E6CF74;
}
.TagClassName
{
border-color: #E6CF74;
}
</style>