Shades of Sunflower #E5C605
Tints of Sunflower #E5C605
RGB
CMYK
RGB Variations
Color information
#E5C605 (or 0xE5C605) is known color: Sunflower. HEX triplet: E5, C6 and 05. RGB value is (229,198,5). Sum of RGB (Red+Green+Blue) = 229+198+5=432 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.01% from 432); Green value is 198 (77.73% from 255 or 45.83% from 432); Blue value is 5 (2.34% from 255 or 1.16% from 432); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C605 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5C605 is #1A39FA. Grayscale: #BABABA. Windows color (decimal): -1718779 or 378597. OLE color: 378597.
HSL color Cylindrical-coordinate representation of color #E5C605: hue angle of 51.7º 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 #E5C605 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 198 | 5 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.10 |
| HSL | 51.7º | 0.96% | 0.46% | - |
| HSV(B) | 51.7º | 0.98% | 0.9% | - |
| XYZ | 52.53 | 57.06 | 8.39 | - |
| YUV | 185.27 | 26.27 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 198 | 5 | 0 | 0.14 | 0.98 | 0.10 | 51.7 | 0.96 | 0.46 |
| Hex | E5 | C6 | 5 | 0 | E | 62 | A | 34 | 60 | 2E |
| Octal | 345 | 306 | 5 | 0 | 16 | 142 | 12 | 64 | 140 | 56 |
| Binary | 11100101 | 11000110 | 101 | 0 | 1110 | 1100010 | 1010 | 110100 | 1100000 | 101110 |
Color Harmonies of #E5C605
Complementary color
Monochromatic Colors of #E5C605
Black with #E5C605
Text Example
Text Example
White with #E5C605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C605; }
p { color: rgb(229,198,5); }
H1.HeaderClassName
{
color: #E5C605;
}
.AnyTagClassName
{
color: #E5C605;
}
</style>
background-color css
<style>
a { background-color: #E5C605; }
a { background-color: rgb(229,198,5); }
div.DivClassName
{
background-color: #E5C605;
}
.BgClassName
{
background-color: #E5C605;
}
</style>
border-color css
<style>
span { border-color: #E5C605; }
span { border-color: rgb(229,198,5); }
td.TdClassName
{
border-color: #E5C605;
}
.TagClassName
{
border-color: #E5C605;
}
</style>