Shades of Wild Rice #EAD274
Tints of Wild Rice #EAD274
RGB
CMYK
RGB Variations
Color information
#EAD274 (or 0xEAD274) is known color: Wild Rice. HEX triplet: EA, D2 and 74. RGB value is (234,210,116). Sum of RGB (Red+Green+Blue) = 234+210+116=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 210 (82.42% from 255 or 37.5% from 560); Blue value is 116 (45.70% from 255 or 20.71% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD274 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD274 is #152D8B. Grayscale: #CECECE. Windows color (decimal): -1387916 or 7656170. OLE color: 7656170.
HSL color Cylindrical-coordinate representation of color #EAD274: hue angle of 47.8º degrees, saturation: 0.74, 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 #EAD274 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 210 | 116 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.08 |
| HSL | 47.8º | 0.74% | 0.69% | - |
| HSV(B) | 47.8º | 0.5% | 0.92% | - |
| XYZ | 60.13 | 64.85 | 25.87 | - |
| YUV | 206.46 | 76.95 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 210 | 116 | 0 | 0.10 | 0.50 | 0.08 | 47.8 | 0.74 | 0.69 |
| Hex | EA | D2 | 74 | 0 | A | 32 | 8 | 30 | 4A | 45 |
| Octal | 352 | 322 | 164 | 0 | 12 | 62 | 10 | 60 | 112 | 105 |
| Binary | 11101010 | 11010010 | 1110100 | 0 | 1010 | 110010 | 1000 | 110000 | 1001010 | 1000101 |
Color Harmonies of #EAD274
Complementary color
Monochromatic Colors of #EAD274
Black with #EAD274
Text Example
Text Example
White with #EAD274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD274; }
p { color: rgb(234,210,116); }
H1.HeaderClassName
{
color: #EAD274;
}
.AnyTagClassName
{
color: #EAD274;
}
</style>
background-color css
<style>
a { background-color: #EAD274; }
a { background-color: rgb(234,210,116); }
div.DivClassName
{
background-color: #EAD274;
}
.BgClassName
{
background-color: #EAD274;
}
</style>
border-color css
<style>
span { border-color: #EAD274; }
span { border-color: rgb(234,210,116); }
td.TdClassName
{
border-color: #EAD274;
}
.TagClassName
{
border-color: #EAD274;
}
</style>