Shades of Golden Poppy #E7C305
Tints of Golden Poppy #E7C305
RGB
CMYK
RGB Variations
Color information
#E7C305 (or 0xE7C305) is known color: Golden Poppy. HEX triplet: E7, C3 and 05. RGB value is (231,195,5). Sum of RGB (Red+Green+Blue) = 231+195+5=431 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.60% from 431); Green value is 195 (76.56% from 255 or 45.24% from 431); Blue value is 5 (2.34% from 255 or 1.16% from 431); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C305 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7C305 is #183CFA. Grayscale: #B8B8B8. Windows color (decimal): -1588475 or 377831. OLE color: 377831.
HSL color Cylindrical-coordinate representation of color #E7C305: hue angle of 50.44º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E7C305 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 195 | 5 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.09 |
| HSL | 50.44º | 0.96% | 0.46% | - |
| HSV(B) | 50.44º | 0.98% | 0.91% | - |
| XYZ | 52.5 | 56.03 | 8.19 | - |
| YUV | 184.1 | 26.93 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 195 | 5 | 0 | 0.16 | 0.98 | 0.09 | 50.44 | 0.96 | 0.46 |
| Hex | E7 | C3 | 5 | 0 | 10 | 62 | 9 | 32 | 60 | 2E |
| Octal | 347 | 303 | 5 | 0 | 20 | 142 | 11 | 62 | 140 | 56 |
| Binary | 11100111 | 11000011 | 101 | 0 | 10000 | 1100010 | 1001 | 110010 | 1100000 | 101110 |
Color Harmonies of #E7C305
Complementary color
Monochromatic Colors of #E7C305
Black with #E7C305
Text Example
Text Example
White with #E7C305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C305; }
p { color: rgb(231,195,5); }
H1.HeaderClassName
{
color: #E7C305;
}
.AnyTagClassName
{
color: #E7C305;
}
</style>
background-color css
<style>
a { background-color: #E7C305; }
a { background-color: rgb(231,195,5); }
div.DivClassName
{
background-color: #E7C305;
}
.BgClassName
{
background-color: #E7C305;
}
</style>
border-color css
<style>
span { border-color: #E7C305; }
span { border-color: rgb(231,195,5); }
td.TdClassName
{
border-color: #E7C305;
}
.TagClassName
{
border-color: #E7C305;
}
</style>