Shades of Wild Rice #EADB69
Tints of Wild Rice #EADB69
RGB
CMYK
RGB Variations
Color information
#EADB69 (or 0xEADB69) is known color: Wild Rice. HEX triplet: EA, DB and 69. RGB value is (234,219,105). Sum of RGB (Red+Green+Blue) = 234+219+105=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 105 (41.41% from 255 or 18.82% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADB69 is #152496. Grayscale: #D2D2D2. Windows color (decimal): -1385623 or 6937578. OLE color: 6937578.
HSL color Cylindrical-coordinate representation of color #EADB69: hue angle of 53.02º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EADB69 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 105 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.08 |
| HSL | 53.02º | 0.75% | 0.66% | - |
| HSV(B) | 53.02º | 0.55% | 0.92% | - |
| XYZ | 61.81 | 69.18 | 23.46 | - |
| YUV | 210.49 | 68.47 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 105 | 0 | 0.06 | 0.55 | 0.08 | 53.02 | 0.75 | 0.66 |
| Hex | EA | DB | 69 | 0 | 6 | 37 | 8 | 35 | 4B | 42 |
| Octal | 352 | 333 | 151 | 0 | 6 | 67 | 10 | 65 | 113 | 102 |
| Binary | 11101010 | 11011011 | 1101001 | 0 | 110 | 110111 | 1000 | 110101 | 1001011 | 1000010 |
Color Harmonies of #EADB69
Complementary color
Monochromatic Colors of #EADB69
Black with #EADB69
Text Example
Text Example
White with #EADB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADB69; }
p { color: rgb(234,219,105); }
H1.HeaderClassName
{
color: #EADB69;
}
.AnyTagClassName
{
color: #EADB69;
}
</style>
background-color css
<style>
a { background-color: #EADB69; }
a { background-color: rgb(234,219,105); }
div.DivClassName
{
background-color: #EADB69;
}
.BgClassName
{
background-color: #EADB69;
}
</style>
border-color css
<style>
span { border-color: #EADB69; }
span { border-color: rgb(234,219,105); }
td.TdClassName
{
border-color: #EADB69;
}
.TagClassName
{
border-color: #EADB69;
}
</style>