Shades of Golden Poppy #E7BF01
Tints of Golden Poppy #E7BF01
RGB
CMYK
RGB Variations
Color information
#E7BF01 (or 0xE7BF01) is known color: Golden Poppy. HEX triplet: E7, BF and 01. RGB value is (231,191,1). Sum of RGB (Red+Green+Blue) = 231+191+1=423 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.61% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 1 (0.78% from 255 or 0.24% from 423); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BF01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7BF01 is #1840FE. Grayscale: #B6B6B6. Windows color (decimal): -1589503 or 114663. OLE color: 114663.
HSL color Cylindrical-coordinate representation of color #E7BF01: hue angle of 49.57º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7BF01 is Cyan = 0, Magento = 0.17, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 191 | 1 | - |
| CMYK | 0 | 0.17 | 1.00 | 0.09 |
| HSL | 49.57º | 0.99% | 0.45% | - |
| HSV(B) | 49.57º | 1% | 0.91% | - |
| XYZ | 51.59 | 54.25 | 7.78 | - |
| YUV | 181.3 | 26.25 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 191 | 1 | 0 | 0.17 | 1.00 | 0.09 | 49.57 | 0.99 | 0.45 |
| Hex | E7 | BF | 1 | 0 | 11 | 64 | 9 | 32 | 63 | 2D |
| Octal | 347 | 277 | 1 | 0 | 21 | 144 | 11 | 62 | 143 | 55 |
| Binary | 11100111 | 10111111 | 1 | 0 | 10001 | 1100100 | 1001 | 110010 | 1100011 | 101101 |
Color Harmonies of #E7BF01
Complementary color
Monochromatic Colors of #E7BF01
Black with #E7BF01
Text Example
Text Example
White with #E7BF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BF01; }
p { color: rgb(231,191,1); }
H1.HeaderClassName
{
color: #E7BF01;
}
.AnyTagClassName
{
color: #E7BF01;
}
</style>
background-color css
<style>
a { background-color: #E7BF01; }
a { background-color: rgb(231,191,1); }
div.DivClassName
{
background-color: #E7BF01;
}
.BgClassName
{
background-color: #E7BF01;
}
</style>
border-color css
<style>
span { border-color: #E7BF01; }
span { border-color: rgb(231,191,1); }
td.TdClassName
{
border-color: #E7BF01;
}
.TagClassName
{
border-color: #E7BF01;
}
</style>