Shades of Golden Poppy #E6B702
Tints of Golden Poppy #E6B702
RGB
CMYK
RGB Variations
Color information
#E6B702 (or 0xE6B702) is known color: Golden Poppy. HEX triplet: E6, B7 and 02. RGB value is (230,183,2). Sum of RGB (Red+Green+Blue) = 230+183+2=415 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.42% from 415); Green value is 183 (71.88% from 255 or 44.10% from 415); Blue value is 2 (1.17% from 255 or 0.48% from 415); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B702 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6B702 is #1948FD. Grayscale: #B1B1B1. Windows color (decimal): -1657086 or 178150. OLE color: 178150.
HSL color Cylindrical-coordinate representation of color #E6B702: hue angle of 47.63º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E6B702 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 183 | 2 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.10 |
| HSL | 47.63º | 0.98% | 0.45% | - |
| HSV(B) | 47.63º | 0.99% | 0.9% | - |
| XYZ | 49.58 | 50.69 | 7.23 | - |
| YUV | 176.42 | 29.57 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 183 | 2 | 0 | 0.20 | 0.99 | 0.10 | 47.63 | 0.98 | 0.45 |
| Hex | E6 | B7 | 2 | 0 | 14 | 63 | A | 30 | 62 | 2D |
| Octal | 346 | 267 | 2 | 0 | 24 | 143 | 12 | 60 | 142 | 55 |
| Binary | 11100110 | 10110111 | 10 | 0 | 10100 | 1100011 | 1010 | 110000 | 1100010 | 101101 |
Color Harmonies of #E6B702
Complementary color
Monochromatic Colors of #E6B702
Black with #E6B702
Text Example
Text Example
White with #E6B702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B702; }
p { color: rgb(230,183,2); }
H1.HeaderClassName
{
color: #E6B702;
}
.AnyTagClassName
{
color: #E6B702;
}
</style>
background-color css
<style>
a { background-color: #E6B702; }
a { background-color: rgb(230,183,2); }
div.DivClassName
{
background-color: #E6B702;
}
.BgClassName
{
background-color: #E6B702;
}
</style>
border-color css
<style>
span { border-color: #E6B702; }
span { border-color: rgb(230,183,2); }
td.TdClassName
{
border-color: #E6B702;
}
.TagClassName
{
border-color: #E6B702;
}
</style>