Shades of Golden Poppy #E4B500
Tints of Golden Poppy #E4B500
RGB
CMYK
RGB Variations
Color information
#E4B500 (or 0xE4B500) is known color: Golden Poppy. HEX triplet: E4, B5 and 00. RGB value is (228,181,0). Sum of RGB (Red+Green+Blue) = 228+181+0=409 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.75% from 409); Green value is 181 (71.09% from 255 or 44.25% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4B500 is #1B4AFF. Grayscale: #AFAFAF. Windows color (decimal): -1788672 or 46564. OLE color: 46564.
HSL color Cylindrical-coordinate representation of color #E4B500: hue angle of 47.63º 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 #E4B500 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 181 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.11 |
| HSL | 47.63º | 1% | 0.45% | - |
| HSV(B) | 47.63º | 1% | 0.89% | - |
| XYZ | 48.52 | 49.54 | 7.01 | - |
| YUV | 174.42 | 29.57 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 181 | 0 | 0 | 0.21 | 1 | 0.11 | 47.63 | 1 | 0.45 |
| Hex | E4 | B5 | 0 | 0 | 15 | 64 | B | 30 | 64 | 2D |
| Octal | 344 | 265 | 0 | 0 | 25 | 144 | 13 | 60 | 144 | 55 |
| Binary | 11100100 | 10110101 | 0 | 0 | 10101 | 1100100 | 1011 | 110000 | 1100100 | 101101 |
Color Harmonies of #E4B500
Complementary color
Monochromatic Colors of #E4B500
Black with #E4B500
Text Example
Text Example
White with #E4B500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B500; }
p { color: rgb(228,181,0); }
H1.HeaderClassName
{
color: #E4B500;
}
.AnyTagClassName
{
color: #E4B500;
}
</style>
background-color css
<style>
a { background-color: #E4B500; }
a { background-color: rgb(228,181,0); }
div.DivClassName
{
background-color: #E4B500;
}
.BgClassName
{
background-color: #E4B500;
}
</style>
border-color css
<style>
span { border-color: #E4B500; }
span { border-color: rgb(228,181,0); }
td.TdClassName
{
border-color: #E4B500;
}
.TagClassName
{
border-color: #E4B500;
}
</style>