Shades of Sunflower #E5C305
Tints of Sunflower #E5C305
RGB
CMYK
RGB Variations
Color information
#E5C305 (or 0xE5C305) is known color: Sunflower. HEX triplet: E5, C3 and 05. RGB value is (229,195,5). Sum of RGB (Red+Green+Blue) = 229+195+5=429 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.38% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 5 (2.34% from 255 or 1.17% from 429); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5C305 is #1A3CFA. Grayscale: #B8B8B8. Windows color (decimal): -1719547 or 377829. OLE color: 377829.
HSL color Cylindrical-coordinate representation of color #E5C305: hue angle of 50.89º 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 #E5C305 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 195 | 5 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.10 |
| HSL | 50.89º | 0.96% | 0.46% | - |
| HSV(B) | 50.89º | 0.98% | 0.9% | - |
| XYZ | 51.86 | 55.7 | 8.16 | - |
| YUV | 183.51 | 27.26 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 195 | 5 | 0 | 0.15 | 0.98 | 0.10 | 50.89 | 0.96 | 0.46 |
| Hex | E5 | C3 | 5 | 0 | F | 62 | A | 33 | 60 | 2E |
| Octal | 345 | 303 | 5 | 0 | 17 | 142 | 12 | 63 | 140 | 56 |
| Binary | 11100101 | 11000011 | 101 | 0 | 1111 | 1100010 | 1010 | 110011 | 1100000 | 101110 |
Color Harmonies of #E5C305
Complementary color
Monochromatic Colors of #E5C305
Black with #E5C305
Text Example
Text Example
White with #E5C305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C305; }
p { color: rgb(229,195,5); }
H1.HeaderClassName
{
color: #E5C305;
}
.AnyTagClassName
{
color: #E5C305;
}
</style>
background-color css
<style>
a { background-color: #E5C305; }
a { background-color: rgb(229,195,5); }
div.DivClassName
{
background-color: #E5C305;
}
.BgClassName
{
background-color: #E5C305;
}
</style>
border-color css
<style>
span { border-color: #E5C305; }
span { border-color: rgb(229,195,5); }
td.TdClassName
{
border-color: #E5C305;
}
.TagClassName
{
border-color: #E5C305;
}
</style>