Shades of Sunflower #E1BF03
Tints of Sunflower #E1BF03
RGB
CMYK
RGB Variations
Color information
#E1BF03 (or 0xE1BF03) is known color: Sunflower. HEX triplet: E1, BF and 03. RGB value is (225,191,3). Sum of RGB (Red+Green+Blue) = 225+191+3=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 3 (1.56% from 255 or 0.72% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BF03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1BF03 is #1E40FC. Grayscale: #B4B4B4. Windows color (decimal): -1982717 or 245729. OLE color: 245729.
HSL color Cylindrical-coordinate representation of color #E1BF03: hue angle of 50.81º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E1BF03 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 191 | 3 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.12 |
| HSL | 50.81º | 0.97% | 0.45% | - |
| HSV(B) | 50.81º | 0.99% | 0.88% | - |
| XYZ | 49.7 | 53.28 | 7.75 | - |
| YUV | 179.73 | 28.26 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 3 | 0 | 0.15 | 0.99 | 0.12 | 50.81 | 0.97 | 0.45 |
| Hex | E1 | BF | 3 | 0 | F | 63 | C | 33 | 61 | 2D |
| Octal | 341 | 277 | 3 | 0 | 17 | 143 | 14 | 63 | 141 | 55 |
| Binary | 11100001 | 10111111 | 11 | 0 | 1111 | 1100011 | 1100 | 110011 | 1100001 | 101101 |
Color Harmonies of #E1BF03
Complementary color
Monochromatic Colors of #E1BF03
Black with #E1BF03
Text Example
Text Example
White with #E1BF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BF03; }
p { color: rgb(225,191,3); }
H1.HeaderClassName
{
color: #E1BF03;
}
.AnyTagClassName
{
color: #E1BF03;
}
</style>
background-color css
<style>
a { background-color: #E1BF03; }
a { background-color: rgb(225,191,3); }
div.DivClassName
{
background-color: #E1BF03;
}
.BgClassName
{
background-color: #E1BF03;
}
</style>
border-color css
<style>
span { border-color: #E1BF03; }
span { border-color: rgb(225,191,3); }
td.TdClassName
{
border-color: #E1BF03;
}
.TagClassName
{
border-color: #E1BF03;
}
</style>