Shades of Wild Rice #E6DF74
Tints of Wild Rice #E6DF74
RGB
CMYK
RGB Variations
Color information
#E6DF74 (or 0xE6DF74) is known color: Wild Rice. HEX triplet: E6, DF and 74. RGB value is (230,223,116). Sum of RGB (Red+Green+Blue) = 230+223+116=569 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.42% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 116 (45.70% from 255 or 20.39% from 569); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DF74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DF74 is #19208B. Grayscale: #D5D5D5. Windows color (decimal): -1646732 or 7659494. OLE color: 7659494.
HSL color Cylindrical-coordinate representation of color #E6DF74: hue angle of 56.32º 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 #E6DF74 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 223 | 116 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.10 |
| HSL | 56.32º | 0.7% | 0.68% | - |
| HSV(B) | 56.32º | 0.5% | 0.9% | - |
| XYZ | 62.17 | 70.86 | 26.92 | - |
| YUV | 212.9 | 73.32 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 223 | 116 | 0 | 0.03 | 0.50 | 0.10 | 56.32 | 0.7 | 0.68 |
| Hex | E6 | DF | 74 | 0 | 3 | 32 | A | 38 | 46 | 44 |
| Octal | 346 | 337 | 164 | 0 | 3 | 62 | 12 | 70 | 106 | 104 |
| Binary | 11100110 | 11011111 | 1110100 | 0 | 11 | 110010 | 1010 | 111000 | 1000110 | 1000100 |
Color Harmonies of #E6DF74
Complementary color
Monochromatic Colors of #E6DF74
Black with #E6DF74
Text Example
Text Example
White with #E6DF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DF74; }
p { color: rgb(230,223,116); }
H1.HeaderClassName
{
color: #E6DF74;
}
.AnyTagClassName
{
color: #E6DF74;
}
</style>
background-color css
<style>
a { background-color: #E6DF74; }
a { background-color: rgb(230,223,116); }
div.DivClassName
{
background-color: #E6DF74;
}
.BgClassName
{
background-color: #E6DF74;
}
</style>
border-color css
<style>
span { border-color: #E6DF74; }
span { border-color: rgb(230,223,116); }
td.TdClassName
{
border-color: #E6DF74;
}
.TagClassName
{
border-color: #E6DF74;
}
</style>