Shades of Sunflower #E1BD07
Tints of Sunflower #E1BD07
RGB
CMYK
RGB Variations
Color information
#E1BD07 (or 0xE1BD07) is known color: Sunflower. HEX triplet: E1, BD and 07. RGB value is (225,189,7). Sum of RGB (Red+Green+Blue) = 225+189+7=421 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.44% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 7 (3.12% from 255 or 1.66% from 421); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1BD07 is #1E42F8. Grayscale: #B3B3B3. Windows color (decimal): -1983225 or 507361. OLE color: 507361.
HSL color Cylindrical-coordinate representation of color #E1BD07: hue angle of 50.09º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E1BD07 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 189 | 7 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.12 |
| HSL | 50.09º | 0.94% | 0.45% | - |
| HSV(B) | 50.09º | 0.97% | 0.88% | - |
| XYZ | 49.29 | 52.42 | 7.72 | - |
| YUV | 179.02 | 30.93 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 189 | 7 | 0 | 0.16 | 0.97 | 0.12 | 50.09 | 0.94 | 0.45 |
| Hex | E1 | BD | 7 | 0 | 10 | 61 | C | 32 | 5E | 2D |
| Octal | 341 | 275 | 7 | 0 | 20 | 141 | 14 | 62 | 136 | 55 |
| Binary | 11100001 | 10111101 | 111 | 0 | 10000 | 1100001 | 1100 | 110010 | 1011110 | 101101 |
Color Harmonies of #E1BD07
Complementary color
Monochromatic Colors of #E1BD07
Black with #E1BD07
Text Example
Text Example
White with #E1BD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BD07; }
p { color: rgb(225,189,7); }
H1.HeaderClassName
{
color: #E1BD07;
}
.AnyTagClassName
{
color: #E1BD07;
}
</style>
background-color css
<style>
a { background-color: #E1BD07; }
a { background-color: rgb(225,189,7); }
div.DivClassName
{
background-color: #E1BD07;
}
.BgClassName
{
background-color: #E1BD07;
}
</style>
border-color css
<style>
span { border-color: #E1BD07; }
span { border-color: rgb(225,189,7); }
td.TdClassName
{
border-color: #E1BD07;
}
.TagClassName
{
border-color: #E1BD07;
}
</style>