Shades of Buttercup #E4942B
Tints of Buttercup #E4942B
RGB
CMYK
RGB Variations
Color information
#E4942B (or 0xE4942B) is known color: Buttercup. HEX triplet: E4, 94 and 2B. RGB value is (228,148,43). Sum of RGB (Red+Green+Blue) = 228+148+43=419 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.42% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 43 (17.19% from 255 or 10.26% from 419); Max value from RGB is 228 - color contains mainly: red. Hex color #E4942B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4942B is #1B6BD4. Grayscale: #A0A0A0. Windows color (decimal): -1797077 or 2856164. OLE color: 2856164.
HSL color Cylindrical-coordinate representation of color #E4942B: hue angle of 34.05º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E4942B is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 148 | 43 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.11 |
| HSL | 34.05º | 0.77% | 0.53% | - |
| HSV(B) | 34.05º | 0.81% | 0.89% | - |
| XYZ | 43.02 | 37.85 | 7.32 | - |
| YUV | 159.95 | 62 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 148 | 43 | 0 | 0.35 | 0.81 | 0.11 | 34.05 | 0.77 | 0.53 |
| Hex | E4 | 94 | 2B | 0 | 23 | 51 | B | 22 | 4D | 35 |
| Octal | 344 | 224 | 53 | 0 | 43 | 121 | 13 | 42 | 115 | 65 |
| Binary | 11100100 | 10010100 | 101011 | 0 | 100011 | 1010001 | 1011 | 100010 | 1001101 | 110101 |
Color Harmonies of #E4942B
Complementary color
Monochromatic Colors of #E4942B
Black with #E4942B
Text Example
Text Example
White with #E4942B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4942B; }
p { color: rgb(228,148,43); }
H1.HeaderClassName
{
color: #E4942B;
}
.AnyTagClassName
{
color: #E4942B;
}
</style>
background-color css
<style>
a { background-color: #E4942B; }
a { background-color: rgb(228,148,43); }
div.DivClassName
{
background-color: #E4942B;
}
.BgClassName
{
background-color: #E4942B;
}
</style>
border-color css
<style>
span { border-color: #E4942B; }
span { border-color: rgb(228,148,43); }
td.TdClassName
{
border-color: #E4942B;
}
.TagClassName
{
border-color: #E4942B;
}
</style>