Shades of Wild Rice #E9D27B
Tints of Wild Rice #E9D27B
RGB
CMYK
RGB Variations
Color information
#E9D27B (or 0xE9D27B) is known color: Wild Rice. HEX triplet: E9, D2 and 7B. RGB value is (233,210,123). Sum of RGB (Red+Green+Blue) = 233+210+123=566 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.17% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 123 (48.44% from 255 or 21.73% from 566); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D27B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D27B is #162D84. Grayscale: #CFCFCF. Windows color (decimal): -1453445 or 8114921. OLE color: 8114921.
HSL color Cylindrical-coordinate representation of color #E9D27B: hue angle of 47.45º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E9D27B is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 210 | 123 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.09 |
| HSL | 47.45º | 0.71% | 0.7% | - |
| HSV(B) | 47.45º | 0.47% | 0.91% | - |
| XYZ | 60.23 | 64.85 | 28.08 | - |
| YUV | 206.96 | 80.62 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 210 | 123 | 0 | 0.10 | 0.47 | 0.09 | 47.45 | 0.71 | 0.7 |
| Hex | E9 | D2 | 7B | 0 | A | 2F | 9 | 2F | 47 | 46 |
| Octal | 351 | 322 | 173 | 0 | 12 | 57 | 11 | 57 | 107 | 106 |
| Binary | 11101001 | 11010010 | 1111011 | 0 | 1010 | 101111 | 1001 | 101111 | 1000111 | 1000110 |
Color Harmonies of #E9D27B
Complementary color
Monochromatic Colors of #E9D27B
Black with #E9D27B
Text Example
Text Example
White with #E9D27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D27B; }
p { color: rgb(233,210,123); }
H1.HeaderClassName
{
color: #E9D27B;
}
.AnyTagClassName
{
color: #E9D27B;
}
</style>
background-color css
<style>
a { background-color: #E9D27B; }
a { background-color: rgb(233,210,123); }
div.DivClassName
{
background-color: #E9D27B;
}
.BgClassName
{
background-color: #E9D27B;
}
</style>
border-color css
<style>
span { border-color: #E9D27B; }
span { border-color: rgb(233,210,123); }
td.TdClassName
{
border-color: #E9D27B;
}
.TagClassName
{
border-color: #E9D27B;
}
</style>