Shades of Wild Rice #E1CF75
Tints of Wild Rice #E1CF75
RGB
CMYK
RGB Variations
Color information
#E1CF75 (or 0xE1CF75) is known color: Wild Rice. HEX triplet: E1, CF and 75. RGB value is (225,207,117). Sum of RGB (Red+Green+Blue) = 225+207+117=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 207 (81.25% from 255 or 37.70% from 549); Blue value is 117 (46.09% from 255 or 21.31% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CF75 is #1E308A. Grayscale: #CACACA. Windows color (decimal): -1978507 or 7720929. OLE color: 7720929.
HSL color Cylindrical-coordinate representation of color #E1CF75: hue angle of 50º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E1CF75 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 207 | 117 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.12 |
| HSL | 50º | 0.64% | 0.67% | - |
| HSV(B) | 50º | 0.48% | 0.88% | - |
| XYZ | 56.58 | 61.92 | 25.8 | - |
| YUV | 202.12 | 79.96 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 207 | 117 | 0 | 0.08 | 0.48 | 0.12 | 50 | 0.64 | 0.67 |
| Hex | E1 | CF | 75 | 0 | 8 | 30 | C | 32 | 40 | 43 |
| Octal | 341 | 317 | 165 | 0 | 10 | 60 | 14 | 62 | 100 | 103 |
| Binary | 11100001 | 11001111 | 1110101 | 0 | 1000 | 110000 | 1100 | 110010 | 1000000 | 1000011 |
Color Harmonies of #E1CF75
Complementary color
Monochromatic Colors of #E1CF75
Black with #E1CF75
Text Example
Text Example
White with #E1CF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CF75; }
p { color: rgb(225,207,117); }
H1.HeaderClassName
{
color: #E1CF75;
}
.AnyTagClassName
{
color: #E1CF75;
}
</style>
background-color css
<style>
a { background-color: #E1CF75; }
a { background-color: rgb(225,207,117); }
div.DivClassName
{
background-color: #E1CF75;
}
.BgClassName
{
background-color: #E1CF75;
}
</style>
border-color css
<style>
span { border-color: #E1CF75; }
span { border-color: rgb(225,207,117); }
td.TdClassName
{
border-color: #E1CF75;
}
.TagClassName
{
border-color: #E1CF75;
}
</style>