Shades of Sunflower #E5C40F
Tints of Sunflower #E5C40F
RGB
CMYK
RGB Variations
Color information
#E5C40F (or 0xE5C40F) is known color: Sunflower. HEX triplet: E5, C4 and 0F. RGB value is (229,196,15). Sum of RGB (Red+Green+Blue) = 229+196+15=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 196 (76.95% from 255 or 44.55% from 440); Blue value is 15 (6.25% from 255 or 3.41% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5C40F is #1A3BF0. Grayscale: #B9B9B9. Windows color (decimal): -1719281 or 1033445. OLE color: 1033445.
HSL color Cylindrical-coordinate representation of color #E5C40F: hue angle of 50.75º 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 #E5C40F is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 196 | 15 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.10 |
| HSL | 50.75º | 0.88% | 0.48% | - |
| HSV(B) | 50.75º | 0.93% | 0.9% | - |
| XYZ | 52.14 | 56.17 | 8.55 | - |
| YUV | 185.23 | 31.93 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 196 | 15 | 0 | 0.14 | 0.93 | 0.10 | 50.75 | 0.88 | 0.48 |
| Hex | E5 | C4 | F | 0 | E | 5D | A | 33 | 58 | 30 |
| Octal | 345 | 304 | 17 | 0 | 16 | 135 | 12 | 63 | 130 | 60 |
| Binary | 11100101 | 11000100 | 1111 | 0 | 1110 | 1011101 | 1010 | 110011 | 1011000 | 110000 |
Color Harmonies of #E5C40F
Complementary color
Monochromatic Colors of #E5C40F
Black with #E5C40F
Text Example
Text Example
White with #E5C40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C40F; }
p { color: rgb(229,196,15); }
H1.HeaderClassName
{
color: #E5C40F;
}
.AnyTagClassName
{
color: #E5C40F;
}
</style>
background-color css
<style>
a { background-color: #E5C40F; }
a { background-color: rgb(229,196,15); }
div.DivClassName
{
background-color: #E5C40F;
}
.BgClassName
{
background-color: #E5C40F;
}
</style>
border-color css
<style>
span { border-color: #E5C40F; }
span { border-color: rgb(229,196,15); }
td.TdClassName
{
border-color: #E5C40F;
}
.TagClassName
{
border-color: #E5C40F;
}
</style>