Shades of Wild Rice #EAD17B
Tints of Wild Rice #EAD17B
RGB
CMYK
RGB Variations
Color information
#EAD17B (or 0xEAD17B) is known color: Wild Rice. HEX triplet: EA, D1 and 7B. RGB value is (234,209,123). Sum of RGB (Red+Green+Blue) = 234+209+123=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 209 (82.03% from 255 or 36.93% from 566); Blue value is 123 (48.44% from 255 or 21.73% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD17B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD17B is #152E84. Grayscale: #CFCFCF. Windows color (decimal): -1388165 or 8114666. OLE color: 8114666.
HSL color Cylindrical-coordinate representation of color #EAD17B: hue angle of 46.49º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EAD17B is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 209 | 123 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.08 |
| HSL | 46.49º | 0.73% | 0.7% | - |
| HSV(B) | 46.49º | 0.47% | 0.92% | - |
| XYZ | 60.31 | 64.52 | 28.01 | - |
| YUV | 206.67 | 80.78 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 209 | 123 | 0 | 0.11 | 0.47 | 0.08 | 46.49 | 0.73 | 0.7 |
| Hex | EA | D1 | 7B | 0 | B | 2F | 8 | 2E | 49 | 46 |
| Octal | 352 | 321 | 173 | 0 | 13 | 57 | 10 | 56 | 111 | 106 |
| Binary | 11101010 | 11010001 | 1111011 | 0 | 1011 | 101111 | 1000 | 101110 | 1001001 | 1000110 |
Color Harmonies of #EAD17B
Complementary color
Monochromatic Colors of #EAD17B
Black with #EAD17B
Text Example
Text Example
White with #EAD17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD17B; }
p { color: rgb(234,209,123); }
H1.HeaderClassName
{
color: #EAD17B;
}
.AnyTagClassName
{
color: #EAD17B;
}
</style>
background-color css
<style>
a { background-color: #EAD17B; }
a { background-color: rgb(234,209,123); }
div.DivClassName
{
background-color: #EAD17B;
}
.BgClassName
{
background-color: #EAD17B;
}
</style>
border-color css
<style>
span { border-color: #EAD17B; }
span { border-color: rgb(234,209,123); }
td.TdClassName
{
border-color: #EAD17B;
}
.TagClassName
{
border-color: #EAD17B;
}
</style>