Shades of Wild Rice #EBDB77
Tints of Wild Rice #EBDB77
RGB
CMYK
RGB Variations
Color information
#EBDB77 (or 0xEBDB77) is known color: Wild Rice. HEX triplet: EB, DB and 77. RGB value is (235,219,119). Sum of RGB (Red+Green+Blue) = 235+219+119=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 119 (46.88% from 255 or 20.77% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDB77 is #142488. Grayscale: #D4D4D4. Windows color (decimal): -1320073 or 7855083. OLE color: 7855083.
HSL color Cylindrical-coordinate representation of color #EBDB77: hue angle of 51.72º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EBDB77 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 119 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.08 |
| HSL | 51.72º | 0.74% | 0.69% | - |
| HSV(B) | 51.72º | 0.49% | 0.92% | - |
| XYZ | 62.92 | 69.66 | 27.58 | - |
| YUV | 212.38 | 75.3 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 119 | 0 | 0.07 | 0.49 | 0.08 | 51.72 | 0.74 | 0.69 |
| Hex | EB | DB | 77 | 0 | 7 | 31 | 8 | 34 | 4A | 45 |
| Octal | 353 | 333 | 167 | 0 | 7 | 61 | 10 | 64 | 112 | 105 |
| Binary | 11101011 | 11011011 | 1110111 | 0 | 111 | 110001 | 1000 | 110100 | 1001010 | 1000101 |
Color Harmonies of #EBDB77
Complementary color
Monochromatic Colors of #EBDB77
Black with #EBDB77
Text Example
Text Example
White with #EBDB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB77; }
p { color: rgb(235,219,119); }
H1.HeaderClassName
{
color: #EBDB77;
}
.AnyTagClassName
{
color: #EBDB77;
}
</style>
background-color css
<style>
a { background-color: #EBDB77; }
a { background-color: rgb(235,219,119); }
div.DivClassName
{
background-color: #EBDB77;
}
.BgClassName
{
background-color: #EBDB77;
}
</style>
border-color css
<style>
span { border-color: #EBDB77; }
span { border-color: rgb(235,219,119); }
td.TdClassName
{
border-color: #EBDB77;
}
.TagClassName
{
border-color: #EBDB77;
}
</style>