Shades of Wild Rice #EBD078
Tints of Wild Rice #EBD078
RGB
CMYK
RGB Variations
Color information
#EBD078 (or 0xEBD078) is known color: Wild Rice. HEX triplet: EB, D0 and 78. RGB value is (235,208,120). Sum of RGB (Red+Green+Blue) = 235+208+120=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 208 (81.64% from 255 or 36.94% from 563); Blue value is 120 (47.27% from 255 or 21.31% from 563); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD078 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD078 is #142F87. Grayscale: #CECECE. Windows color (decimal): -1322888 or 7917803. OLE color: 7917803.
HSL color Cylindrical-coordinate representation of color #EBD078: hue angle of 45.91º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EBD078 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 208 | 120 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.08 |
| HSL | 45.91º | 0.74% | 0.7% | - |
| HSV(B) | 45.91º | 0.49% | 0.92% | - |
| XYZ | 60.21 | 64.13 | 26.97 | - |
| YUV | 206.04 | 79.45 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 208 | 120 | 0 | 0.11 | 0.49 | 0.08 | 45.91 | 0.74 | 0.7 |
| Hex | EB | D0 | 78 | 0 | B | 31 | 8 | 2E | 4A | 46 |
| Octal | 353 | 320 | 170 | 0 | 13 | 61 | 10 | 56 | 112 | 106 |
| Binary | 11101011 | 11010000 | 1111000 | 0 | 1011 | 110001 | 1000 | 101110 | 1001010 | 1000110 |
Color Harmonies of #EBD078
Complementary color
Monochromatic Colors of #EBD078
Black with #EBD078
Text Example
Text Example
White with #EBD078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD078; }
p { color: rgb(235,208,120); }
H1.HeaderClassName
{
color: #EBD078;
}
.AnyTagClassName
{
color: #EBD078;
}
</style>
background-color css
<style>
a { background-color: #EBD078; }
a { background-color: rgb(235,208,120); }
div.DivClassName
{
background-color: #EBD078;
}
.BgClassName
{
background-color: #EBD078;
}
</style>
border-color css
<style>
span { border-color: #EBD078; }
span { border-color: rgb(235,208,120); }
td.TdClassName
{
border-color: #EBD078;
}
.TagClassName
{
border-color: #EBD078;
}
</style>