Shades of Wild Rice #EBE06C
Tints of Wild Rice #EBE06C
RGB
CMYK
RGB Variations
Color information
#EBE06C (or 0xEBE06C) is known color: Wild Rice. HEX triplet: EB, E0 and 6C. RGB value is (235,224,108). Sum of RGB (Red+Green+Blue) = 235+224+108=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 224 (87.89% from 255 or 39.51% from 567); Blue value is 108 (42.58% from 255 or 19.05% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE06C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE06C is #141F93. Grayscale: #D6D6D6. Windows color (decimal): -1318804 or 7135467. OLE color: 7135467.
HSL color Cylindrical-coordinate representation of color #EBE06C: hue angle of 54.8º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EBE06C is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 224 | 108 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.08 |
| HSL | 54.8º | 0.76% | 0.67% | - |
| HSV(B) | 54.8º | 0.54% | 0.92% | - |
| XYZ | 63.62 | 72.06 | 24.74 | - |
| YUV | 214.07 | 68.14 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 224 | 108 | 0 | 0.05 | 0.54 | 0.08 | 54.8 | 0.76 | 0.67 |
| Hex | EB | E0 | 6C | 0 | 5 | 36 | 8 | 37 | 4C | 43 |
| Octal | 353 | 340 | 154 | 0 | 5 | 66 | 10 | 67 | 114 | 103 |
| Binary | 11101011 | 11100000 | 1101100 | 0 | 101 | 110110 | 1000 | 110111 | 1001100 | 1000011 |
Color Harmonies of #EBE06C
Complementary color
Monochromatic Colors of #EBE06C
Black with #EBE06C
Text Example
Text Example
White with #EBE06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE06C; }
p { color: rgb(235,224,108); }
H1.HeaderClassName
{
color: #EBE06C;
}
.AnyTagClassName
{
color: #EBE06C;
}
</style>
background-color css
<style>
a { background-color: #EBE06C; }
a { background-color: rgb(235,224,108); }
div.DivClassName
{
background-color: #EBE06C;
}
.BgClassName
{
background-color: #EBE06C;
}
</style>
border-color css
<style>
span { border-color: #EBE06C; }
span { border-color: rgb(235,224,108); }
td.TdClassName
{
border-color: #EBE06C;
}
.TagClassName
{
border-color: #EBE06C;
}
</style>