Shades of Wild Rice #EBD175
Tints of Wild Rice #EBD175
RGB
CMYK
RGB Variations
Color information
#EBD175 (or 0xEBD175) is known color: Wild Rice. HEX triplet: EB, D1 and 75. RGB value is (235,209,117). Sum of RGB (Red+Green+Blue) = 235+209+117=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 209 (82.03% from 255 or 37.25% from 561); Blue value is 117 (46.09% from 255 or 20.86% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD175 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD175 is #142E8A. Grayscale: #CECECE. Windows color (decimal): -1322635 or 7721451. OLE color: 7721451.
HSL color Cylindrical-coordinate representation of color #EBD175: hue angle of 46.78º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EBD175 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 209 | 117 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.08 |
| HSL | 46.78º | 0.75% | 0.69% | - |
| HSV(B) | 46.78º | 0.5% | 0.92% | - |
| XYZ | 60.27 | 64.55 | 26.11 | - |
| YUV | 206.29 | 77.61 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 209 | 117 | 0 | 0.11 | 0.50 | 0.08 | 46.78 | 0.75 | 0.69 |
| Hex | EB | D1 | 75 | 0 | B | 32 | 8 | 2F | 4B | 45 |
| Octal | 353 | 321 | 165 | 0 | 13 | 62 | 10 | 57 | 113 | 105 |
| Binary | 11101011 | 11010001 | 1110101 | 0 | 1011 | 110010 | 1000 | 101111 | 1001011 | 1000101 |
Color Harmonies of #EBD175
Complementary color
Monochromatic Colors of #EBD175
Black with #EBD175
Text Example
Text Example
White with #EBD175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD175; }
p { color: rgb(235,209,117); }
H1.HeaderClassName
{
color: #EBD175;
}
.AnyTagClassName
{
color: #EBD175;
}
</style>
background-color css
<style>
a { background-color: #EBD175; }
a { background-color: rgb(235,209,117); }
div.DivClassName
{
background-color: #EBD175;
}
.BgClassName
{
background-color: #EBD175;
}
</style>
border-color css
<style>
span { border-color: #EBD175; }
span { border-color: rgb(235,209,117); }
td.TdClassName
{
border-color: #EBD175;
}
.TagClassName
{
border-color: #EBD175;
}
</style>