Shades of Golden Poppy #E3B302
Tints of Golden Poppy #E3B302
RGB
CMYK
RGB Variations
Color information
#E3B302 (or 0xE3B302) is known color: Golden Poppy. HEX triplet: E3, B3 and 02. RGB value is (227,179,2). Sum of RGB (Red+Green+Blue) = 227+179+2=408 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.64% from 408); Green value is 179 (70.31% from 255 or 43.87% from 408); Blue value is 2 (1.17% from 255 or 0.49% from 408); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3B302 is #1C4CFD. Grayscale: #ADADAD. Windows color (decimal): -1854718 or 177123. OLE color: 177123.
HSL color Cylindrical-coordinate representation of color #E3B302: hue angle of 47.2º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E3B302 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 179 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.11 |
| HSL | 47.2º | 0.98% | 0.45% | - |
| HSV(B) | 47.2º | 0.99% | 0.89% | - |
| XYZ | 47.81 | 48.58 | 6.91 | - |
| YUV | 173.17 | 31.4 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 179 | 2 | 0 | 0.21 | 0.99 | 0.11 | 47.2 | 0.98 | 0.45 |
| Hex | E3 | B3 | 2 | 0 | 15 | 63 | B | 2F | 62 | 2D |
| Octal | 343 | 263 | 2 | 0 | 25 | 143 | 13 | 57 | 142 | 55 |
| Binary | 11100011 | 10110011 | 10 | 0 | 10101 | 1100011 | 1011 | 101111 | 1100010 | 101101 |
Color Harmonies of #E3B302
Complementary color
Monochromatic Colors of #E3B302
Black with #E3B302
Text Example
Text Example
White with #E3B302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B302; }
p { color: rgb(227,179,2); }
H1.HeaderClassName
{
color: #E3B302;
}
.AnyTagClassName
{
color: #E3B302;
}
</style>
background-color css
<style>
a { background-color: #E3B302; }
a { background-color: rgb(227,179,2); }
div.DivClassName
{
background-color: #E3B302;
}
.BgClassName
{
background-color: #E3B302;
}
</style>
border-color css
<style>
span { border-color: #E3B302; }
span { border-color: rgb(227,179,2); }
td.TdClassName
{
border-color: #E3B302;
}
.TagClassName
{
border-color: #E3B302;
}
</style>