Shades of Wild Rice #EBDB6C
Tints of Wild Rice #EBDB6C
RGB
CMYK
RGB Variations
Color information
#EBDB6C (or 0xEBDB6C) is known color: Wild Rice. HEX triplet: EB, DB and 6C. RGB value is (235,219,108). Sum of RGB (Red+Green+Blue) = 235+219+108=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 108 (42.58% from 255 or 19.22% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDB6C is #142493. Grayscale: #D3D3D3. Windows color (decimal): -1320084 or 7134187. OLE color: 7134187.
HSL color Cylindrical-coordinate representation of color #EBDB6C: hue angle of 52.44º 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 #EBDB6C is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 108 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.08 |
| HSL | 52.44º | 0.76% | 0.67% | - |
| HSV(B) | 52.44º | 0.54% | 0.92% | - |
| XYZ | 62.3 | 69.41 | 24.3 | - |
| YUV | 211.13 | 69.8 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 108 | 0 | 0.07 | 0.54 | 0.08 | 52.44 | 0.76 | 0.67 |
| Hex | EB | DB | 6C | 0 | 7 | 36 | 8 | 34 | 4C | 43 |
| Octal | 353 | 333 | 154 | 0 | 7 | 66 | 10 | 64 | 114 | 103 |
| Binary | 11101011 | 11011011 | 1101100 | 0 | 111 | 110110 | 1000 | 110100 | 1001100 | 1000011 |
Color Harmonies of #EBDB6C
Complementary color
Monochromatic Colors of #EBDB6C
Black with #EBDB6C
Text Example
Text Example
White with #EBDB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB6C; }
p { color: rgb(235,219,108); }
H1.HeaderClassName
{
color: #EBDB6C;
}
.AnyTagClassName
{
color: #EBDB6C;
}
</style>
background-color css
<style>
a { background-color: #EBDB6C; }
a { background-color: rgb(235,219,108); }
div.DivClassName
{
background-color: #EBDB6C;
}
.BgClassName
{
background-color: #EBDB6C;
}
</style>
border-color css
<style>
span { border-color: #EBDB6C; }
span { border-color: rgb(235,219,108); }
td.TdClassName
{
border-color: #EBDB6C;
}
.TagClassName
{
border-color: #EBDB6C;
}
</style>