Shades of Sunflower #E3BA1D
Tints of Sunflower #E3BA1D
RGB
CMYK
RGB Variations
Color information
#E3BA1D (or 0xE3BA1D) is known color: Sunflower. HEX triplet: E3, BA and 1D. RGB value is (227,186,29). Sum of RGB (Red+Green+Blue) = 227+186+29=442 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.36% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 29 (11.72% from 255 or 6.56% from 442); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3BA1D is #1C45E2. Grayscale: #B5B5B5. Windows color (decimal): -1852899 or 1948387. OLE color: 1948387.
HSL color Cylindrical-coordinate representation of color #E3BA1D: hue angle of 47.58º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E3BA1D is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 186 | 29 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.11 |
| HSL | 47.58º | 0.78% | 0.5% | - |
| HSV(B) | 47.58º | 0.87% | 0.89% | - |
| XYZ | 49.46 | 51.54 | 8.5 | - |
| YUV | 180.36 | 42.58 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 186 | 29 | 0 | 0.18 | 0.87 | 0.11 | 47.58 | 0.78 | 0.5 |
| Hex | E3 | BA | 1D | 0 | 12 | 57 | B | 30 | 4E | 32 |
| Octal | 343 | 272 | 35 | 0 | 22 | 127 | 13 | 60 | 116 | 62 |
| Binary | 11100011 | 10111010 | 11101 | 0 | 10010 | 1010111 | 1011 | 110000 | 1001110 | 110010 |
Color Harmonies of #E3BA1D
Complementary color
Monochromatic Colors of #E3BA1D
Black with #E3BA1D
Text Example
Text Example
White with #E3BA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BA1D; }
p { color: rgb(227,186,29); }
H1.HeaderClassName
{
color: #E3BA1D;
}
.AnyTagClassName
{
color: #E3BA1D;
}
</style>
background-color css
<style>
a { background-color: #E3BA1D; }
a { background-color: rgb(227,186,29); }
div.DivClassName
{
background-color: #E3BA1D;
}
.BgClassName
{
background-color: #E3BA1D;
}
</style>
border-color css
<style>
span { border-color: #E3BA1D; }
span { border-color: rgb(227,186,29); }
td.TdClassName
{
border-color: #E3BA1D;
}
.TagClassName
{
border-color: #E3BA1D;
}
</style>