Shades of Wild Rice #E4D27C
Tints of Wild Rice #E4D27C
RGB
CMYK
RGB Variations
Color information
#E4D27C (or 0xE4D27C) is known color: Wild Rice. HEX triplet: E4, D2 and 7C. RGB value is (228,210,124). Sum of RGB (Red+Green+Blue) = 228+210+124=562 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.57% from 562); Green value is 210 (82.42% from 255 or 37.37% from 562); Blue value is 124 (48.83% from 255 or 22.06% from 562); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4D27C is #1B2D83. Grayscale: #CDCDCD. Windows color (decimal): -1781124 or 8180452. OLE color: 8180452.
HSL color Cylindrical-coordinate representation of color #E4D27C: hue angle of 49.62º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E4D27C is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 210 | 124 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.11 |
| HSL | 49.62º | 0.66% | 0.69% | - |
| HSV(B) | 49.62º | 0.46% | 0.89% | - |
| XYZ | 58.68 | 64.04 | 28.34 | - |
| YUV | 205.58 | 81.96 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 210 | 124 | 0 | 0.08 | 0.46 | 0.11 | 49.62 | 0.66 | 0.69 |
| Hex | E4 | D2 | 7C | 0 | 8 | 2E | B | 32 | 42 | 45 |
| Octal | 344 | 322 | 174 | 0 | 10 | 56 | 13 | 62 | 102 | 105 |
| Binary | 11100100 | 11010010 | 1111100 | 0 | 1000 | 101110 | 1011 | 110010 | 1000010 | 1000101 |
Color Harmonies of #E4D27C
Complementary color
Monochromatic Colors of #E4D27C
Black with #E4D27C
Text Example
Text Example
White with #E4D27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D27C; }
p { color: rgb(228,210,124); }
H1.HeaderClassName
{
color: #E4D27C;
}
.AnyTagClassName
{
color: #E4D27C;
}
</style>
background-color css
<style>
a { background-color: #E4D27C; }
a { background-color: rgb(228,210,124); }
div.DivClassName
{
background-color: #E4D27C;
}
.BgClassName
{
background-color: #E4D27C;
}
</style>
border-color css
<style>
span { border-color: #E4D27C; }
span { border-color: rgb(228,210,124); }
td.TdClassName
{
border-color: #E4D27C;
}
.TagClassName
{
border-color: #E4D27C;
}
</style>