Shades of Wild Rice #E1CC6F
Tints of Wild Rice #E1CC6F
RGB
CMYK
RGB Variations
Color information
#E1CC6F (or 0xE1CC6F) is known color: Wild Rice. HEX triplet: E1, CC and 6F. RGB value is (225,204,111). Sum of RGB (Red+Green+Blue) = 225+204+111=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 111 (43.75% from 255 or 20.56% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CC6F is #1E3390. Grayscale: #C8C8C8. Windows color (decimal): -1979281 or 7326945. OLE color: 7326945.
HSL color Cylindrical-coordinate representation of color #E1CC6F: hue angle of 48.95º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E1CC6F is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 204 | 111 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.12 |
| HSL | 48.95º | 0.66% | 0.66% | - |
| HSV(B) | 48.95º | 0.51% | 0.88% | - |
| XYZ | 55.51 | 60.34 | 23.76 | - |
| YUV | 199.68 | 77.96 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 204 | 111 | 0 | 0.09 | 0.51 | 0.12 | 48.95 | 0.66 | 0.66 |
| Hex | E1 | CC | 6F | 0 | 9 | 33 | C | 31 | 42 | 42 |
| Octal | 341 | 314 | 157 | 0 | 11 | 63 | 14 | 61 | 102 | 102 |
| Binary | 11100001 | 11001100 | 1101111 | 0 | 1001 | 110011 | 1100 | 110001 | 1000010 | 1000010 |
Color Harmonies of #E1CC6F
Complementary color
Monochromatic Colors of #E1CC6F
Black with #E1CC6F
Text Example
Text Example
White with #E1CC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CC6F; }
p { color: rgb(225,204,111); }
H1.HeaderClassName
{
color: #E1CC6F;
}
.AnyTagClassName
{
color: #E1CC6F;
}
</style>
background-color css
<style>
a { background-color: #E1CC6F; }
a { background-color: rgb(225,204,111); }
div.DivClassName
{
background-color: #E1CC6F;
}
.BgClassName
{
background-color: #E1CC6F;
}
</style>
border-color css
<style>
span { border-color: #E1CC6F; }
span { border-color: rgb(225,204,111); }
td.TdClassName
{
border-color: #E1CC6F;
}
.TagClassName
{
border-color: #E1CC6F;
}
</style>