Shades of Wild Rice #EFD576
Tints of Wild Rice #EFD576
RGB
CMYK
RGB Variations
Color information
#EFD576 (or 0xEFD576) is known color: Wild Rice. HEX triplet: EF, D5 and 76. RGB value is (239,213,118). Sum of RGB (Red+Green+Blue) = 239+213+118=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 213 (83.59% from 255 or 37.37% from 570); Blue value is 118 (46.48% from 255 or 20.70% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD576 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD576 is #102A89. Grayscale: #D2D2D2. Windows color (decimal): -1059466 or 7788015. OLE color: 7788015.
HSL color Cylindrical-coordinate representation of color #EFD576: hue angle of 47.11º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFD576 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 118 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.06 |
| HSL | 47.11º | 0.79% | 0.7% | - |
| HSV(B) | 47.11º | 0.51% | 0.94% | - |
| XYZ | 62.66 | 67.25 | 26.82 | - |
| YUV | 209.94 | 76.11 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 118 | 0 | 0.11 | 0.51 | 0.06 | 47.11 | 0.79 | 0.7 |
| Hex | EF | D5 | 76 | 0 | B | 33 | 6 | 2F | 4F | 46 |
| Octal | 357 | 325 | 166 | 0 | 13 | 63 | 6 | 57 | 117 | 106 |
| Binary | 11101111 | 11010101 | 1110110 | 0 | 1011 | 110011 | 110 | 101111 | 1001111 | 1000110 |
Color Harmonies of #EFD576
Complementary color
Monochromatic Colors of #EFD576
Black with #EFD576
Text Example
Text Example
White with #EFD576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD576; }
p { color: rgb(239,213,118); }
H1.HeaderClassName
{
color: #EFD576;
}
.AnyTagClassName
{
color: #EFD576;
}
</style>
background-color css
<style>
a { background-color: #EFD576; }
a { background-color: rgb(239,213,118); }
div.DivClassName
{
background-color: #EFD576;
}
.BgClassName
{
background-color: #EFD576;
}
</style>
border-color css
<style>
span { border-color: #EFD576; }
span { border-color: rgb(239,213,118); }
td.TdClassName
{
border-color: #EFD576;
}
.TagClassName
{
border-color: #EFD576;
}
</style>