Shades of Wild Rice #E4D26E
Tints of Wild Rice #E4D26E
RGB
CMYK
RGB Variations
Color information
#E4D26E (or 0xE4D26E) is known color: Wild Rice. HEX triplet: E4, D2 and 6E. RGB value is (228,210,110). Sum of RGB (Red+Green+Blue) = 228+210+110=548 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.61% from 548); Green value is 210 (82.42% from 255 or 38.32% from 548); Blue value is 110 (43.36% from 255 or 20.07% from 548); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4D26E is #1B2D91. Grayscale: #CCCCCC. Windows color (decimal): -1781138 or 7262948. OLE color: 7262948.
HSL color Cylindrical-coordinate representation of color #E4D26E: hue angle of 50.85º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E4D26E is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 210 | 110 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.11 |
| HSL | 50.85º | 0.69% | 0.66% | - |
| HSV(B) | 50.85º | 0.52% | 0.89% | - |
| XYZ | 57.86 | 63.71 | 24 | - |
| YUV | 203.98 | 74.96 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 210 | 110 | 0 | 0.08 | 0.52 | 0.11 | 50.85 | 0.69 | 0.66 |
| Hex | E4 | D2 | 6E | 0 | 8 | 34 | B | 33 | 45 | 42 |
| Octal | 344 | 322 | 156 | 0 | 10 | 64 | 13 | 63 | 105 | 102 |
| Binary | 11100100 | 11010010 | 1101110 | 0 | 1000 | 110100 | 1011 | 110011 | 1000101 | 1000010 |
Color Harmonies of #E4D26E
Complementary color
Monochromatic Colors of #E4D26E
Black with #E4D26E
Text Example
Text Example
White with #E4D26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D26E; }
p { color: rgb(228,210,110); }
H1.HeaderClassName
{
color: #E4D26E;
}
.AnyTagClassName
{
color: #E4D26E;
}
</style>
background-color css
<style>
a { background-color: #E4D26E; }
a { background-color: rgb(228,210,110); }
div.DivClassName
{
background-color: #E4D26E;
}
.BgClassName
{
background-color: #E4D26E;
}
</style>
border-color css
<style>
span { border-color: #E4D26E; }
span { border-color: rgb(228,210,110); }
td.TdClassName
{
border-color: #E4D26E;
}
.TagClassName
{
border-color: #E4D26E;
}
</style>