Shades of Wild Rice #E8DD75
Tints of Wild Rice #E8DD75
RGB
CMYK
RGB Variations
Color information
#E8DD75 (or 0xE8DD75) is known color: Wild Rice. HEX triplet: E8, DD and 75. RGB value is (232,221,117). Sum of RGB (Red+Green+Blue) = 232+221+117=570 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.70% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 117 (46.09% from 255 or 20.53% from 570); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DD75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DD75 is #17228A. Grayscale: #D4D4D4. Windows color (decimal): -1516171 or 7724520. OLE color: 7724520.
HSL color Cylindrical-coordinate representation of color #E8DD75: hue angle of 54.26º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E8DD75 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 221 | 117 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.09 |
| HSL | 54.26º | 0.71% | 0.68% | - |
| HSV(B) | 54.26º | 0.5% | 0.91% | - |
| XYZ | 62.35 | 70.15 | 27.08 | - |
| YUV | 212.43 | 74.14 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 221 | 117 | 0 | 0.05 | 0.50 | 0.09 | 54.26 | 0.71 | 0.68 |
| Hex | E8 | DD | 75 | 0 | 5 | 32 | 9 | 36 | 47 | 44 |
| Octal | 350 | 335 | 165 | 0 | 5 | 62 | 11 | 66 | 107 | 104 |
| Binary | 11101000 | 11011101 | 1110101 | 0 | 101 | 110010 | 1001 | 110110 | 1000111 | 1000100 |
Color Harmonies of #E8DD75
Complementary color
Monochromatic Colors of #E8DD75
Black with #E8DD75
Text Example
Text Example
White with #E8DD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DD75; }
p { color: rgb(232,221,117); }
H1.HeaderClassName
{
color: #E8DD75;
}
.AnyTagClassName
{
color: #E8DD75;
}
</style>
background-color css
<style>
a { background-color: #E8DD75; }
a { background-color: rgb(232,221,117); }
div.DivClassName
{
background-color: #E8DD75;
}
.BgClassName
{
background-color: #E8DD75;
}
</style>
border-color css
<style>
span { border-color: #E8DD75; }
span { border-color: rgb(232,221,117); }
td.TdClassName
{
border-color: #E8DD75;
}
.TagClassName
{
border-color: #E8DD75;
}
</style>