Shades of Wild Rice #EFD675
Tints of Wild Rice #EFD675
RGB
CMYK
RGB Variations
Color information
#EFD675 (or 0xEFD675) is known color: Wild Rice. HEX triplet: EF, D6 and 75. RGB value is (239,214,117). Sum of RGB (Red+Green+Blue) = 239+214+117=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 214 (83.98% from 255 or 37.54% from 570); Blue value is 117 (46.09% from 255 or 20.53% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD675 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD675 is #10298A. Grayscale: #D2D2D2. Windows color (decimal): -1059211 or 7722735. OLE color: 7722735.
HSL color Cylindrical-coordinate representation of color #EFD675: hue angle of 47.7º 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 #EFD675 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 214 | 117 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.06 |
| HSL | 47.7º | 0.79% | 0.7% | - |
| HSV(B) | 47.7º | 0.51% | 0.94% | - |
| XYZ | 62.85 | 67.73 | 26.59 | - |
| YUV | 210.42 | 75.28 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 117 | 0 | 0.10 | 0.51 | 0.06 | 47.7 | 0.79 | 0.7 |
| Hex | EF | D6 | 75 | 0 | A | 33 | 6 | 30 | 4F | 46 |
| Octal | 357 | 326 | 165 | 0 | 12 | 63 | 6 | 60 | 117 | 106 |
| Binary | 11101111 | 11010110 | 1110101 | 0 | 1010 | 110011 | 110 | 110000 | 1001111 | 1000110 |
Color Harmonies of #EFD675
Complementary color
Monochromatic Colors of #EFD675
Black with #EFD675
Text Example
Text Example
White with #EFD675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD675; }
p { color: rgb(239,214,117); }
H1.HeaderClassName
{
color: #EFD675;
}
.AnyTagClassName
{
color: #EFD675;
}
</style>
background-color css
<style>
a { background-color: #EFD675; }
a { background-color: rgb(239,214,117); }
div.DivClassName
{
background-color: #EFD675;
}
.BgClassName
{
background-color: #EFD675;
}
</style>
border-color css
<style>
span { border-color: #EFD675; }
span { border-color: rgb(239,214,117); }
td.TdClassName
{
border-color: #EFD675;
}
.TagClassName
{
border-color: #EFD675;
}
</style>