Shades of Wild Rice #EBDB69
Tints of Wild Rice #EBDB69
RGB
CMYK
RGB Variations
Color information
#EBDB69 (or 0xEBDB69) is known color: Wild Rice. HEX triplet: EB, DB and 69. RGB value is (235,219,105). Sum of RGB (Red+Green+Blue) = 235+219+105=559 (74% of max value = 765). Red value is 235 (92.19% from 255 or 42.04% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 105 (41.41% from 255 or 18.78% from 559); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDB69 is #142496. Grayscale: #D3D3D3. Windows color (decimal): -1320087 or 6937579. OLE color: 6937579.
HSL color Cylindrical-coordinate representation of color #EBDB69: hue angle of 52.62º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EBDB69 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 105 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.08 |
| HSL | 52.62º | 0.76% | 0.67% | - |
| HSV(B) | 52.62º | 0.55% | 0.92% | - |
| XYZ | 62.14 | 69.35 | 23.47 | - |
| YUV | 210.79 | 68.3 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 105 | 0 | 0.07 | 0.55 | 0.08 | 52.62 | 0.76 | 0.67 |
| Hex | EB | DB | 69 | 0 | 7 | 37 | 8 | 35 | 4C | 43 |
| Octal | 353 | 333 | 151 | 0 | 7 | 67 | 10 | 65 | 114 | 103 |
| Binary | 11101011 | 11011011 | 1101001 | 0 | 111 | 110111 | 1000 | 110101 | 1001100 | 1000011 |
Color Harmonies of #EBDB69
Complementary color
Monochromatic Colors of #EBDB69
Black with #EBDB69
Text Example
Text Example
White with #EBDB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB69; }
p { color: rgb(235,219,105); }
H1.HeaderClassName
{
color: #EBDB69;
}
.AnyTagClassName
{
color: #EBDB69;
}
</style>
background-color css
<style>
a { background-color: #EBDB69; }
a { background-color: rgb(235,219,105); }
div.DivClassName
{
background-color: #EBDB69;
}
.BgClassName
{
background-color: #EBDB69;
}
</style>
border-color css
<style>
span { border-color: #EBDB69; }
span { border-color: rgb(235,219,105); }
td.TdClassName
{
border-color: #EBDB69;
}
.TagClassName
{
border-color: #EBDB69;
}
</style>