Shades of Sunflower #E5C60F
Tints of Sunflower #E5C60F
RGB
CMYK
RGB Variations
Color information
#E5C60F (or 0xE5C60F) is known color: Sunflower. HEX triplet: E5, C6 and 0F. RGB value is (229,198,15). Sum of RGB (Red+Green+Blue) = 229+198+15=442 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.81% from 442); Green value is 198 (77.73% from 255 or 44.80% from 442); Blue value is 15 (6.25% from 255 or 3.39% from 442); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5C60F is #1A39F0. Grayscale: #BBBBBB. Windows color (decimal): -1718769 or 1033957. OLE color: 1033957.
HSL color Cylindrical-coordinate representation of color #E5C60F: hue angle of 51.31º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5C60F is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 198 | 15 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.10 |
| HSL | 51.31º | 0.88% | 0.48% | - |
| HSV(B) | 51.31º | 0.93% | 0.9% | - |
| XYZ | 52.59 | 57.08 | 8.7 | - |
| YUV | 186.41 | 31.27 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 198 | 15 | 0 | 0.14 | 0.93 | 0.10 | 51.31 | 0.88 | 0.48 |
| Hex | E5 | C6 | F | 0 | E | 5D | A | 33 | 58 | 30 |
| Octal | 345 | 306 | 17 | 0 | 16 | 135 | 12 | 63 | 130 | 60 |
| Binary | 11100101 | 11000110 | 1111 | 0 | 1110 | 1011101 | 1010 | 110011 | 1011000 | 110000 |
Color Harmonies of #E5C60F
Complementary color
Monochromatic Colors of #E5C60F
Black with #E5C60F
Text Example
Text Example
White with #E5C60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C60F; }
p { color: rgb(229,198,15); }
H1.HeaderClassName
{
color: #E5C60F;
}
.AnyTagClassName
{
color: #E5C60F;
}
</style>
background-color css
<style>
a { background-color: #E5C60F; }
a { background-color: rgb(229,198,15); }
div.DivClassName
{
background-color: #E5C60F;
}
.BgClassName
{
background-color: #E5C60F;
}
</style>
border-color css
<style>
span { border-color: #E5C60F; }
span { border-color: rgb(229,198,15); }
td.TdClassName
{
border-color: #E5C60F;
}
.TagClassName
{
border-color: #E5C60F;
}
</style>