Shades of Wild Rice #EAE06D
Tints of Wild Rice #EAE06D
RGB
CMYK
RGB Variations
Color information
#EAE06D (or 0xEAE06D) is known color: Wild Rice. HEX triplet: EA, E0 and 6D. RGB value is (234,224,109). Sum of RGB (Red+Green+Blue) = 234+224+109=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 224 (87.89% from 255 or 39.51% from 567); Blue value is 109 (42.97% from 255 or 19.22% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE06D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE06D is #151F92. Grayscale: #D6D6D6. Windows color (decimal): -1384339 or 7201002. OLE color: 7201002.
HSL color Cylindrical-coordinate representation of color #EAE06D: hue angle of 55.2º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EAE06D is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 109 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.08 |
| HSL | 55.2º | 0.75% | 0.67% | - |
| HSV(B) | 55.2º | 0.53% | 0.92% | - |
| XYZ | 63.35 | 71.91 | 25.01 | - |
| YUV | 213.88 | 68.81 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 109 | 0 | 0.04 | 0.53 | 0.08 | 55.2 | 0.75 | 0.67 |
| Hex | EA | E0 | 6D | 0 | 4 | 35 | 8 | 37 | 4B | 43 |
| Octal | 352 | 340 | 155 | 0 | 4 | 65 | 10 | 67 | 113 | 103 |
| Binary | 11101010 | 11100000 | 1101101 | 0 | 100 | 110101 | 1000 | 110111 | 1001011 | 1000011 |
Color Harmonies of #EAE06D
Complementary color
Monochromatic Colors of #EAE06D
Black with #EAE06D
Text Example
Text Example
White with #EAE06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE06D; }
p { color: rgb(234,224,109); }
H1.HeaderClassName
{
color: #EAE06D;
}
.AnyTagClassName
{
color: #EAE06D;
}
</style>
background-color css
<style>
a { background-color: #EAE06D; }
a { background-color: rgb(234,224,109); }
div.DivClassName
{
background-color: #EAE06D;
}
.BgClassName
{
background-color: #EAE06D;
}
</style>
border-color css
<style>
span { border-color: #EAE06D; }
span { border-color: rgb(234,224,109); }
td.TdClassName
{
border-color: #EAE06D;
}
.TagClassName
{
border-color: #EAE06D;
}
</style>