Shades of Sunflower #E5C01A
Tints of Sunflower #E5C01A
RGB
CMYK
RGB Variations
Color information
#E5C01A (or 0xE5C01A) is known color: Sunflower. HEX triplet: E5, C0 and 1A. RGB value is (229,192,26). Sum of RGB (Red+Green+Blue) = 229+192+26=447 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.23% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 26 (10.55% from 255 or 5.82% from 447); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C01A is #1A3FE5. Grayscale: #B8B8B8. Windows color (decimal): -1720294 or 1753317. OLE color: 1753317.
HSL color Cylindrical-coordinate representation of color #E5C01A: hue angle of 49.06º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E5C01A is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 192 | 26 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.10 |
| HSL | 49.06º | 0.8% | 0.5% | - |
| HSV(B) | 49.06º | 0.89% | 0.9% | - |
| XYZ | 51.35 | 54.43 | 8.78 | - |
| YUV | 184.14 | 38.76 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 192 | 26 | 0 | 0.16 | 0.89 | 0.10 | 49.06 | 0.8 | 0.5 |
| Hex | E5 | C0 | 1A | 0 | 10 | 59 | A | 31 | 50 | 32 |
| Octal | 345 | 300 | 32 | 0 | 20 | 131 | 12 | 61 | 120 | 62 |
| Binary | 11100101 | 11000000 | 11010 | 0 | 10000 | 1011001 | 1010 | 110001 | 1010000 | 110010 |
Color Harmonies of #E5C01A
Complementary color
Monochromatic Colors of #E5C01A
Black with #E5C01A
Text Example
Text Example
White with #E5C01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C01A; }
p { color: rgb(229,192,26); }
H1.HeaderClassName
{
color: #E5C01A;
}
.AnyTagClassName
{
color: #E5C01A;
}
</style>
background-color css
<style>
a { background-color: #E5C01A; }
a { background-color: rgb(229,192,26); }
div.DivClassName
{
background-color: #E5C01A;
}
.BgClassName
{
background-color: #E5C01A;
}
</style>
border-color css
<style>
span { border-color: #E5C01A; }
span { border-color: rgb(229,192,26); }
td.TdClassName
{
border-color: #E5C01A;
}
.TagClassName
{
border-color: #E5C01A;
}
</style>