Shades of Wild Rice #E6D27B
Tints of Wild Rice #E6D27B
RGB
CMYK
RGB Variations
Color information
#E6D27B (or 0xE6D27B) is known color: Wild Rice. HEX triplet: E6, D2 and 7B. RGB value is (230,210,123). Sum of RGB (Red+Green+Blue) = 230+210+123=563 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.85% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 123 (48.44% from 255 or 21.85% from 563); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D27B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D27B is #192D84. Grayscale: #CECECE. Windows color (decimal): -1650053 or 8114918. OLE color: 8114918.
HSL color Cylindrical-coordinate representation of color #E6D27B: hue angle of 48.79º degrees, saturation: 0.68, 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 #E6D27B is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 210 | 123 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.10 |
| HSL | 48.79º | 0.68% | 0.69% | - |
| HSV(B) | 48.79º | 0.47% | 0.9% | - |
| XYZ | 59.25 | 64.35 | 28.04 | - |
| YUV | 206.06 | 81.13 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 210 | 123 | 0 | 0.09 | 0.47 | 0.10 | 48.79 | 0.68 | 0.69 |
| Hex | E6 | D2 | 7B | 0 | 9 | 2F | A | 31 | 44 | 45 |
| Octal | 346 | 322 | 173 | 0 | 11 | 57 | 12 | 61 | 104 | 105 |
| Binary | 11100110 | 11010010 | 1111011 | 0 | 1001 | 101111 | 1010 | 110001 | 1000100 | 1000101 |
Color Harmonies of #E6D27B
Complementary color
Monochromatic Colors of #E6D27B
Black with #E6D27B
Text Example
Text Example
White with #E6D27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D27B; }
p { color: rgb(230,210,123); }
H1.HeaderClassName
{
color: #E6D27B;
}
.AnyTagClassName
{
color: #E6D27B;
}
</style>
background-color css
<style>
a { background-color: #E6D27B; }
a { background-color: rgb(230,210,123); }
div.DivClassName
{
background-color: #E6D27B;
}
.BgClassName
{
background-color: #E6D27B;
}
</style>
border-color css
<style>
span { border-color: #E6D27B; }
span { border-color: rgb(230,210,123); }
td.TdClassName
{
border-color: #E6D27B;
}
.TagClassName
{
border-color: #E6D27B;
}
</style>