Shades of Sunflower #E5CA17
Tints of Sunflower #E5CA17
RGB
CMYK
RGB Variations
Color information
#E5CA17 (or 0xE5CA17) is known color: Sunflower. HEX triplet: E5, CA and 17. RGB value is (229,202,23). Sum of RGB (Red+Green+Blue) = 229+202+23=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 23 (9.38% from 255 or 5.07% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CA17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5CA17 is #1A35E8. Grayscale: #BEBEBE. Windows color (decimal): -1717737 or 1559269. OLE color: 1559269.
HSL color Cylindrical-coordinate representation of color #E5CA17: hue angle of 52.14º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5CA17 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 202 | 23 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.10 |
| HSL | 52.14º | 0.82% | 0.49% | - |
| HSV(B) | 52.14º | 0.9% | 0.9% | - |
| XYZ | 53.59 | 58.96 | 9.37 | - |
| YUV | 189.67 | 33.95 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 202 | 23 | 0 | 0.12 | 0.90 | 0.10 | 52.14 | 0.82 | 0.49 |
| Hex | E5 | CA | 17 | 0 | C | 5A | A | 34 | 52 | 31 |
| Octal | 345 | 312 | 27 | 0 | 14 | 132 | 12 | 64 | 122 | 61 |
| Binary | 11100101 | 11001010 | 10111 | 0 | 1100 | 1011010 | 1010 | 110100 | 1010010 | 110001 |
Color Harmonies of #E5CA17
Complementary color
Monochromatic Colors of #E5CA17
Black with #E5CA17
Text Example
Text Example
White with #E5CA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CA17; }
p { color: rgb(229,202,23); }
H1.HeaderClassName
{
color: #E5CA17;
}
.AnyTagClassName
{
color: #E5CA17;
}
</style>
background-color css
<style>
a { background-color: #E5CA17; }
a { background-color: rgb(229,202,23); }
div.DivClassName
{
background-color: #E5CA17;
}
.BgClassName
{
background-color: #E5CA17;
}
</style>
border-color css
<style>
span { border-color: #E5CA17; }
span { border-color: rgb(229,202,23); }
td.TdClassName
{
border-color: #E5CA17;
}
.TagClassName
{
border-color: #E5CA17;
}
</style>