Shades of Wild Rice #EADB75
Tints of Wild Rice #EADB75
RGB
CMYK
RGB Variations
Color information
#EADB75 (or 0xEADB75) is known color: Wild Rice. HEX triplet: EA, DB and 75. RGB value is (234,219,117). Sum of RGB (Red+Green+Blue) = 234+219+117=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 117 (46.09% from 255 or 20.53% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADB75 is #15248A. Grayscale: #D4D4D4. Windows color (decimal): -1385611 or 7724010. OLE color: 7724010.
HSL color Cylindrical-coordinate representation of color #EADB75: hue angle of 52.31º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EADB75 is Cyan = 0, Magento = 0.06, Yellow = 0.5 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 117 | - |
| CMYK | 0 | 0.06 | 0.5 | 0.08 |
| HSL | 52.31º | 0.74% | 0.69% | - |
| HSV(B) | 52.31º | 0.5% | 0.92% | - |
| XYZ | 62.47 | 69.44 | 26.94 | - |
| YUV | 211.86 | 74.47 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 117 | 0 | 0.06 | 0.5 | 0.08 | 52.31 | 0.74 | 0.69 |
| Hex | EA | DB | 75 | 0 | 6 | 32 | 8 | 34 | 4A | 45 |
| Octal | 352 | 333 | 165 | 0 | 6 | 62 | 10 | 64 | 112 | 105 |
| Binary | 11101010 | 11011011 | 1110101 | 0 | 110 | 110010 | 1000 | 110100 | 1001010 | 1000101 |
Color Harmonies of #EADB75
Complementary color
Monochromatic Colors of #EADB75
Black with #EADB75
Text Example
Text Example
White with #EADB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADB75; }
p { color: rgb(234,219,117); }
H1.HeaderClassName
{
color: #EADB75;
}
.AnyTagClassName
{
color: #EADB75;
}
</style>
background-color css
<style>
a { background-color: #EADB75; }
a { background-color: rgb(234,219,117); }
div.DivClassName
{
background-color: #EADB75;
}
.BgClassName
{
background-color: #EADB75;
}
</style>
border-color css
<style>
span { border-color: #EADB75; }
span { border-color: rgb(234,219,117); }
td.TdClassName
{
border-color: #EADB75;
}
.TagClassName
{
border-color: #EADB75;
}
</style>