Shades of Sunflower #E4B40C
Tints of Sunflower #E4B40C
RGB
CMYK
RGB Variations
Color information
#E4B40C (or 0xE4B40C) is known color: Sunflower. HEX triplet: E4, B4 and 0C. RGB value is (228,180,12). Sum of RGB (Red+Green+Blue) = 228+180+12=420 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.29% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 12 (5.08% from 255 or 2.86% from 420); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4B40C is #1B4BF3. Grayscale: #AFAFAF. Windows color (decimal): -1788916 or 832740. OLE color: 832740.
HSL color Cylindrical-coordinate representation of color #E4B40C: hue angle of 46.67º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E4B40C is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 180 | 12 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.11 |
| HSL | 46.67º | 0.9% | 0.47% | - |
| HSV(B) | 46.67º | 0.95% | 0.89% | - |
| XYZ | 48.38 | 49.16 | 7.29 | - |
| YUV | 175.2 | 35.9 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 180 | 12 | 0 | 0.21 | 0.95 | 0.11 | 46.67 | 0.9 | 0.47 |
| Hex | E4 | B4 | C | 0 | 15 | 5F | B | 2F | 5A | 2F |
| Octal | 344 | 264 | 14 | 0 | 25 | 137 | 13 | 57 | 132 | 57 |
| Binary | 11100100 | 10110100 | 1100 | 0 | 10101 | 1011111 | 1011 | 101111 | 1011010 | 101111 |
Color Harmonies of #E4B40C
Complementary color
Monochromatic Colors of #E4B40C
Black with #E4B40C
Text Example
Text Example
White with #E4B40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B40C; }
p { color: rgb(228,180,12); }
H1.HeaderClassName
{
color: #E4B40C;
}
.AnyTagClassName
{
color: #E4B40C;
}
</style>
background-color css
<style>
a { background-color: #E4B40C; }
a { background-color: rgb(228,180,12); }
div.DivClassName
{
background-color: #E4B40C;
}
.BgClassName
{
background-color: #E4B40C;
}
</style>
border-color css
<style>
span { border-color: #E4B40C; }
span { border-color: rgb(228,180,12); }
td.TdClassName
{
border-color: #E4B40C;
}
.TagClassName
{
border-color: #E4B40C;
}
</style>