Shades of Wild Rice #EAD27B
Tints of Wild Rice #EAD27B
RGB
CMYK
RGB Variations
Color information
#EAD27B (or 0xEAD27B) is known color: Wild Rice. HEX triplet: EA, D2 and 7B. RGB value is (234,210,123). Sum of RGB (Red+Green+Blue) = 234+210+123=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 123 (48.44% from 255 or 21.69% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD27B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD27B is #152D84. Grayscale: #CFCFCF. Windows color (decimal): -1387909 or 8114922. OLE color: 8114922.
HSL color Cylindrical-coordinate representation of color #EAD27B: hue angle of 47.03º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EAD27B is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 210 | 123 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.08 |
| HSL | 47.03º | 0.73% | 0.7% | - |
| HSV(B) | 47.03º | 0.47% | 0.92% | - |
| XYZ | 60.55 | 65.02 | 28.1 | - |
| YUV | 207.26 | 80.45 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 210 | 123 | 0 | 0.10 | 0.47 | 0.08 | 47.03 | 0.73 | 0.7 |
| Hex | EA | D2 | 7B | 0 | A | 2F | 8 | 2F | 49 | 46 |
| Octal | 352 | 322 | 173 | 0 | 12 | 57 | 10 | 57 | 111 | 106 |
| Binary | 11101010 | 11010010 | 1111011 | 0 | 1010 | 101111 | 1000 | 101111 | 1001001 | 1000110 |
Color Harmonies of #EAD27B
Complementary color
Monochromatic Colors of #EAD27B
Black with #EAD27B
Text Example
Text Example
White with #EAD27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD27B; }
p { color: rgb(234,210,123); }
H1.HeaderClassName
{
color: #EAD27B;
}
.AnyTagClassName
{
color: #EAD27B;
}
</style>
background-color css
<style>
a { background-color: #EAD27B; }
a { background-color: rgb(234,210,123); }
div.DivClassName
{
background-color: #EAD27B;
}
.BgClassName
{
background-color: #EAD27B;
}
</style>
border-color css
<style>
span { border-color: #EAD27B; }
span { border-color: rgb(234,210,123); }
td.TdClassName
{
border-color: #EAD27B;
}
.TagClassName
{
border-color: #EAD27B;
}
</style>