Shades of Wild Rice #EBDB71
Tints of Wild Rice #EBDB71
RGB
CMYK
RGB Variations
Color information
#EBDB71 (or 0xEBDB71) is known color: Wild Rice. HEX triplet: EB, DB and 71. RGB value is (235,219,113). Sum of RGB (Red+Green+Blue) = 235+219+113=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 113 (44.53% from 255 or 19.93% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDB71 is #14248E. Grayscale: #D4D4D4. Windows color (decimal): -1320079 or 7461867. OLE color: 7461867.
HSL color Cylindrical-coordinate representation of color #EBDB71: hue angle of 52.13º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EBDB71 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 113 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.08 |
| HSL | 52.13º | 0.75% | 0.68% | - |
| HSV(B) | 52.13º | 0.52% | 0.92% | - |
| XYZ | 62.57 | 69.52 | 25.74 | - |
| YUV | 211.7 | 72.3 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 113 | 0 | 0.07 | 0.52 | 0.08 | 52.13 | 0.75 | 0.68 |
| Hex | EB | DB | 71 | 0 | 7 | 34 | 8 | 34 | 4B | 44 |
| Octal | 353 | 333 | 161 | 0 | 7 | 64 | 10 | 64 | 113 | 104 |
| Binary | 11101011 | 11011011 | 1110001 | 0 | 111 | 110100 | 1000 | 110100 | 1001011 | 1000100 |
Color Harmonies of #EBDB71
Complementary color
Monochromatic Colors of #EBDB71
Black with #EBDB71
Text Example
Text Example
White with #EBDB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB71; }
p { color: rgb(235,219,113); }
H1.HeaderClassName
{
color: #EBDB71;
}
.AnyTagClassName
{
color: #EBDB71;
}
</style>
background-color css
<style>
a { background-color: #EBDB71; }
a { background-color: rgb(235,219,113); }
div.DivClassName
{
background-color: #EBDB71;
}
.BgClassName
{
background-color: #EBDB71;
}
</style>
border-color css
<style>
span { border-color: #EBDB71; }
span { border-color: rgb(235,219,113); }
td.TdClassName
{
border-color: #EBDB71;
}
.TagClassName
{
border-color: #EBDB71;
}
</style>