Shades of Golden Poppy #E8C101
Tints of Golden Poppy #E8C101
RGB
CMYK
RGB Variations
Color information
#E8C101 (or 0xE8C101) is known color: Golden Poppy. HEX triplet: E8, C1 and 01. RGB value is (232,193,1). Sum of RGB (Red+Green+Blue) = 232+193+1=426 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.46% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 1 (0.78% from 255 or 0.23% from 426); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C101 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8C101 is #173EFE. Grayscale: #B7B7B7. Windows color (decimal): -1523455 or 115176. OLE color: 115176.
HSL color Cylindrical-coordinate representation of color #E8C101: hue angle of 49.87º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E8C101 is Cyan = 0, Magento = 0.17, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 193 | 1 | - |
| CMYK | 0 | 0.17 | 1.00 | 0.09 |
| HSL | 49.87º | 0.99% | 0.46% | - |
| HSV(B) | 49.87º | 1% | 0.91% | - |
| XYZ | 52.35 | 55.3 | 7.94 | - |
| YUV | 182.77 | 25.42 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 193 | 1 | 0 | 0.17 | 1.00 | 0.09 | 49.87 | 0.99 | 0.46 |
| Hex | E8 | C1 | 1 | 0 | 11 | 64 | 9 | 32 | 63 | 2E |
| Octal | 350 | 301 | 1 | 0 | 21 | 144 | 11 | 62 | 143 | 56 |
| Binary | 11101000 | 11000001 | 1 | 0 | 10001 | 1100100 | 1001 | 110010 | 1100011 | 101110 |
Color Harmonies of #E8C101
Complementary color
Monochromatic Colors of #E8C101
Black with #E8C101
Text Example
Text Example
White with #E8C101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C101; }
p { color: rgb(232,193,1); }
H1.HeaderClassName
{
color: #E8C101;
}
.AnyTagClassName
{
color: #E8C101;
}
</style>
background-color css
<style>
a { background-color: #E8C101; }
a { background-color: rgb(232,193,1); }
div.DivClassName
{
background-color: #E8C101;
}
.BgClassName
{
background-color: #E8C101;
}
</style>
border-color css
<style>
span { border-color: #E8C101; }
span { border-color: rgb(232,193,1); }
td.TdClassName
{
border-color: #E8C101;
}
.TagClassName
{
border-color: #E8C101;
}
</style>