Shades of Wild Rice #E0CF6B
Tints of Wild Rice #E0CF6B
RGB
CMYK
RGB Variations
Color information
#E0CF6B (or 0xE0CF6B) is known color: Wild Rice. HEX triplet: E0, CF and 6B. RGB value is (224,207,107). Sum of RGB (Red+Green+Blue) = 224+207+107=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 107 (42.19% from 255 or 19.89% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CF6B is #1F3094. Grayscale: #C9C9C9. Windows color (decimal): -2044053 or 7065568. OLE color: 7065568.
HSL color Cylindrical-coordinate representation of color #E0CF6B: hue angle of 51.28º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E0CF6B is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 207 | 107 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.12 |
| HSL | 51.28º | 0.65% | 0.65% | - |
| HSV(B) | 51.28º | 0.52% | 0.88% | - |
| XYZ | 55.71 | 61.53 | 22.85 | - |
| YUV | 200.68 | 75.13 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 207 | 107 | 0 | 0.08 | 0.52 | 0.12 | 51.28 | 0.65 | 0.65 |
| Hex | E0 | CF | 6B | 0 | 8 | 34 | C | 33 | 41 | 41 |
| Octal | 340 | 317 | 153 | 0 | 10 | 64 | 14 | 63 | 101 | 101 |
| Binary | 11100000 | 11001111 | 1101011 | 0 | 1000 | 110100 | 1100 | 110011 | 1000001 | 1000001 |
Color Harmonies of #E0CF6B
Complementary color
Monochromatic Colors of #E0CF6B
Black with #E0CF6B
Text Example
Text Example
White with #E0CF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CF6B; }
p { color: rgb(224,207,107); }
H1.HeaderClassName
{
color: #E0CF6B;
}
.AnyTagClassName
{
color: #E0CF6B;
}
</style>
background-color css
<style>
a { background-color: #E0CF6B; }
a { background-color: rgb(224,207,107); }
div.DivClassName
{
background-color: #E0CF6B;
}
.BgClassName
{
background-color: #E0CF6B;
}
</style>
border-color css
<style>
span { border-color: #E0CF6B; }
span { border-color: rgb(224,207,107); }
td.TdClassName
{
border-color: #E0CF6B;
}
.TagClassName
{
border-color: #E0CF6B;
}
</style>