Shades of Golden Poppy #E6C305
Tints of Golden Poppy #E6C305
RGB
CMYK
RGB Variations
Color information
#E6C305 (or 0xE6C305) is known color: Golden Poppy. HEX triplet: E6, C3 and 05. RGB value is (230,195,5). Sum of RGB (Red+Green+Blue) = 230+195+5=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 195 (76.56% from 255 or 45.35% from 430); Blue value is 5 (2.34% from 255 or 1.16% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C305 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6C305 is #193CFA. Grayscale: #B8B8B8. Windows color (decimal): -1654011 or 377830. OLE color: 377830.
HSL color Cylindrical-coordinate representation of color #E6C305: hue angle of 50.67º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E6C305 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 195 | 5 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.10 |
| HSL | 50.67º | 0.96% | 0.46% | - |
| HSV(B) | 50.67º | 0.98% | 0.9% | - |
| XYZ | 52.18 | 55.86 | 8.18 | - |
| YUV | 183.81 | 27.1 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 195 | 5 | 0 | 0.15 | 0.98 | 0.10 | 50.67 | 0.96 | 0.46 |
| Hex | E6 | C3 | 5 | 0 | F | 62 | A | 33 | 60 | 2E |
| Octal | 346 | 303 | 5 | 0 | 17 | 142 | 12 | 63 | 140 | 56 |
| Binary | 11100110 | 11000011 | 101 | 0 | 1111 | 1100010 | 1010 | 110011 | 1100000 | 101110 |
Color Harmonies of #E6C305
Complementary color
Monochromatic Colors of #E6C305
Black with #E6C305
Text Example
Text Example
White with #E6C305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C305; }
p { color: rgb(230,195,5); }
H1.HeaderClassName
{
color: #E6C305;
}
.AnyTagClassName
{
color: #E6C305;
}
</style>
background-color css
<style>
a { background-color: #E6C305; }
a { background-color: rgb(230,195,5); }
div.DivClassName
{
background-color: #E6C305;
}
.BgClassName
{
background-color: #E6C305;
}
</style>
border-color css
<style>
span { border-color: #E6C305; }
span { border-color: rgb(230,195,5); }
td.TdClassName
{
border-color: #E6C305;
}
.TagClassName
{
border-color: #E6C305;
}
</style>