Shades of Sunflower #E1BF1F
Tints of Sunflower #E1BF1F
RGB
CMYK
RGB Variations
Color information
#E1BF1F (or 0xE1BF1F) is known color: Sunflower. HEX triplet: E1, BF and 1F. RGB value is (225,191,31). Sum of RGB (Red+Green+Blue) = 225+191+31=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 31 (12.5% from 255 or 6.94% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BF1F is #1E40E0. Grayscale: #B7B7B7. Windows color (decimal): -1982689 or 2080737. OLE color: 2080737.
HSL color Cylindrical-coordinate representation of color #E1BF1F: hue angle of 49.48º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E1BF1F is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 191 | 31 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.12 |
| HSL | 49.48º | 0.76% | 0.5% | - |
| HSV(B) | 49.48º | 0.86% | 0.88% | - |
| XYZ | 49.93 | 53.37 | 8.97 | - |
| YUV | 182.93 | 42.26 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 31 | 0 | 0.15 | 0.86 | 0.12 | 49.48 | 0.76 | 0.5 |
| Hex | E1 | BF | 1F | 0 | F | 56 | C | 31 | 4C | 32 |
| Octal | 341 | 277 | 37 | 0 | 17 | 126 | 14 | 61 | 114 | 62 |
| Binary | 11100001 | 10111111 | 11111 | 0 | 1111 | 1010110 | 1100 | 110001 | 1001100 | 110010 |
Color Harmonies of #E1BF1F
Complementary color
Monochromatic Colors of #E1BF1F
Black with #E1BF1F
Text Example
Text Example
White with #E1BF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BF1F; }
p { color: rgb(225,191,31); }
H1.HeaderClassName
{
color: #E1BF1F;
}
.AnyTagClassName
{
color: #E1BF1F;
}
</style>
background-color css
<style>
a { background-color: #E1BF1F; }
a { background-color: rgb(225,191,31); }
div.DivClassName
{
background-color: #E1BF1F;
}
.BgClassName
{
background-color: #E1BF1F;
}
</style>
border-color css
<style>
span { border-color: #E1BF1F; }
span { border-color: rgb(225,191,31); }
td.TdClassName
{
border-color: #E1BF1F;
}
.TagClassName
{
border-color: #E1BF1F;
}
</style>