Shades of Wild Rice #EAD276
Tints of Wild Rice #EAD276
RGB
CMYK
RGB Variations
Color information
#EAD276 (or 0xEAD276) is known color: Wild Rice. HEX triplet: EA, D2 and 76. RGB value is (234,210,118). Sum of RGB (Red+Green+Blue) = 234+210+118=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 210 (82.42% from 255 or 37.37% from 562); Blue value is 118 (46.48% from 255 or 21.00% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD276 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD276 is #152D89. Grayscale: #CFCFCF. Windows color (decimal): -1387914 or 7787242. OLE color: 7787242.
HSL color Cylindrical-coordinate representation of color #EAD276: hue angle of 47.59º degrees, saturation: 0.73, 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 #EAD276 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 210 | 118 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.08 |
| HSL | 47.59º | 0.73% | 0.69% | - |
| HSV(B) | 47.59º | 0.5% | 0.92% | - |
| XYZ | 60.25 | 64.89 | 26.49 | - |
| YUV | 206.69 | 77.95 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 210 | 118 | 0 | 0.10 | 0.50 | 0.08 | 47.59 | 0.73 | 0.69 |
| Hex | EA | D2 | 76 | 0 | A | 32 | 8 | 30 | 49 | 45 |
| Octal | 352 | 322 | 166 | 0 | 12 | 62 | 10 | 60 | 111 | 105 |
| Binary | 11101010 | 11010010 | 1110110 | 0 | 1010 | 110010 | 1000 | 110000 | 1001001 | 1000101 |
Color Harmonies of #EAD276
Complementary color
Monochromatic Colors of #EAD276
Black with #EAD276
Text Example
Text Example
White with #EAD276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD276; }
p { color: rgb(234,210,118); }
H1.HeaderClassName
{
color: #EAD276;
}
.AnyTagClassName
{
color: #EAD276;
}
</style>
background-color css
<style>
a { background-color: #EAD276; }
a { background-color: rgb(234,210,118); }
div.DivClassName
{
background-color: #EAD276;
}
.BgClassName
{
background-color: #EAD276;
}
</style>
border-color css
<style>
span { border-color: #EAD276; }
span { border-color: rgb(234,210,118); }
td.TdClassName
{
border-color: #EAD276;
}
.TagClassName
{
border-color: #EAD276;
}
</style>