Shades of Wild Rice #E5D27A
Tints of Wild Rice #E5D27A
RGB
CMYK
RGB Variations
Color information
#E5D27A (or 0xE5D27A) is known color: Wild Rice. HEX triplet: E5, D2 and 7A. RGB value is (229,210,122). Sum of RGB (Red+Green+Blue) = 229+210+122=561 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.82% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 122 (48.05% from 255 or 21.75% from 561); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D27A is #1A2D85. Grayscale: #CECECE. Windows color (decimal): -1715590 or 8049381. OLE color: 8049381.
HSL color Cylindrical-coordinate representation of color #E5D27A: hue angle of 49.35º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E5D27A is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 210 | 122 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.10 |
| HSL | 49.35º | 0.67% | 0.69% | - |
| HSV(B) | 49.35º | 0.47% | 0.9% | - |
| XYZ | 58.87 | 64.16 | 27.69 | - |
| YUV | 205.65 | 80.79 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 210 | 122 | 0 | 0.08 | 0.47 | 0.10 | 49.35 | 0.67 | 0.69 |
| Hex | E5 | D2 | 7A | 0 | 8 | 2F | A | 31 | 43 | 45 |
| Octal | 345 | 322 | 172 | 0 | 10 | 57 | 12 | 61 | 103 | 105 |
| Binary | 11100101 | 11010010 | 1111010 | 0 | 1000 | 101111 | 1010 | 110001 | 1000011 | 1000101 |
Color Harmonies of #E5D27A
Complementary color
Monochromatic Colors of #E5D27A
Black with #E5D27A
Text Example
Text Example
White with #E5D27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D27A; }
p { color: rgb(229,210,122); }
H1.HeaderClassName
{
color: #E5D27A;
}
.AnyTagClassName
{
color: #E5D27A;
}
</style>
background-color css
<style>
a { background-color: #E5D27A; }
a { background-color: rgb(229,210,122); }
div.DivClassName
{
background-color: #E5D27A;
}
.BgClassName
{
background-color: #E5D27A;
}
</style>
border-color css
<style>
span { border-color: #E5D27A; }
span { border-color: rgb(229,210,122); }
td.TdClassName
{
border-color: #E5D27A;
}
.TagClassName
{
border-color: #E5D27A;
}
</style>