Shades of Sunflower #E4B60C
Tints of Sunflower #E4B60C
RGB
CMYK
RGB Variations
Color information
#E4B60C (or 0xE4B60C) is known color: Sunflower. HEX triplet: E4, B6 and 0C. RGB value is (228,182,12). Sum of RGB (Red+Green+Blue) = 228+182+12=422 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.03% from 422); Green value is 182 (71.48% from 255 or 43.13% from 422); Blue value is 12 (5.08% from 255 or 2.84% from 422); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4B60C is #1B49F3. Grayscale: #B1B1B1. Windows color (decimal): -1788404 or 833252. OLE color: 833252.
HSL color Cylindrical-coordinate representation of color #E4B60C: hue angle of 47.22º 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 #E4B60C is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 182 | 12 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.11 |
| HSL | 47.22º | 0.9% | 0.47% | - |
| HSV(B) | 47.22º | 0.95% | 0.89% | - |
| XYZ | 48.79 | 49.98 | 7.42 | - |
| YUV | 176.37 | 35.24 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 182 | 12 | 0 | 0.20 | 0.95 | 0.11 | 47.22 | 0.9 | 0.47 |
| Hex | E4 | B6 | C | 0 | 14 | 5F | B | 2F | 5A | 2F |
| Octal | 344 | 266 | 14 | 0 | 24 | 137 | 13 | 57 | 132 | 57 |
| Binary | 11100100 | 10110110 | 1100 | 0 | 10100 | 1011111 | 1011 | 101111 | 1011010 | 101111 |
Color Harmonies of #E4B60C
Complementary color
Monochromatic Colors of #E4B60C
Black with #E4B60C
Text Example
Text Example
White with #E4B60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B60C; }
p { color: rgb(228,182,12); }
H1.HeaderClassName
{
color: #E4B60C;
}
.AnyTagClassName
{
color: #E4B60C;
}
</style>
background-color css
<style>
a { background-color: #E4B60C; }
a { background-color: rgb(228,182,12); }
div.DivClassName
{
background-color: #E4B60C;
}
.BgClassName
{
background-color: #E4B60C;
}
</style>
border-color css
<style>
span { border-color: #E4B60C; }
span { border-color: rgb(228,182,12); }
td.TdClassName
{
border-color: #E4B60C;
}
.TagClassName
{
border-color: #E4B60C;
}
</style>