Shades of Golden Poppy #E4B400
Tints of Golden Poppy #E4B400
RGB
CMYK
RGB Variations
Color information
#E4B400 (or 0xE4B400) is known color: Golden Poppy. HEX triplet: E4, B4 and 00. RGB value is (228,180,0). Sum of RGB (Red+Green+Blue) = 228+180+0=408 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.88% from 408); Green value is 180 (70.70% from 255 or 44.12% from 408); Blue value is 0 (0.39% from 255 or 0% from 408); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4B400 is #1B4BFF. Grayscale: #AEAEAE. Windows color (decimal): -1788928 or 46308. OLE color: 46308.
HSL color Cylindrical-coordinate representation of color #E4B400: hue angle of 47.37º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E4B400 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 180 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.11 |
| HSL | 47.37º | 1% | 0.45% | - |
| HSV(B) | 47.37º | 1% | 0.89% | - |
| XYZ | 48.32 | 49.14 | 6.94 | - |
| YUV | 173.83 | 29.9 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 180 | 0 | 0 | 0.21 | 1 | 0.11 | 47.37 | 1 | 0.45 |
| Hex | E4 | B4 | 0 | 0 | 15 | 64 | B | 2F | 64 | 2D |
| Octal | 344 | 264 | 0 | 0 | 25 | 144 | 13 | 57 | 144 | 55 |
| Binary | 11100100 | 10110100 | 0 | 0 | 10101 | 1100100 | 1011 | 101111 | 1100100 | 101101 |
Color Harmonies of #E4B400
Complementary color
Monochromatic Colors of #E4B400
Black with #E4B400
Text Example
Text Example
White with #E4B400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B400; }
p { color: rgb(228,180,0); }
H1.HeaderClassName
{
color: #E4B400;
}
.AnyTagClassName
{
color: #E4B400;
}
</style>
background-color css
<style>
a { background-color: #E4B400; }
a { background-color: rgb(228,180,0); }
div.DivClassName
{
background-color: #E4B400;
}
.BgClassName
{
background-color: #E4B400;
}
</style>
border-color css
<style>
span { border-color: #E4B400; }
span { border-color: rgb(228,180,0); }
td.TdClassName
{
border-color: #E4B400;
}
.TagClassName
{
border-color: #E4B400;
}
</style>