Shades of Sunflower #E1BF23
Tints of Sunflower #E1BF23
RGB
CMYK
RGB Variations
Color information
#E1BF23 (or 0xE1BF23) is known color: Sunflower. HEX triplet: E1, BF and 23. RGB value is (225,191,35). Sum of RGB (Red+Green+Blue) = 225+191+35=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 35 (14.06% from 255 or 7.76% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BF23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BF23 is #1E40DC. Grayscale: #B8B8B8. Windows color (decimal): -1982685 or 2342881. OLE color: 2342881.
HSL color Cylindrical-coordinate representation of color #E1BF23: hue angle of 49.26º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1BF23 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 191 | 35 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.12 |
| HSL | 49.26º | 0.76% | 0.51% | - |
| HSV(B) | 49.26º | 0.84% | 0.88% | - |
| XYZ | 49.99 | 53.39 | 9.26 | - |
| YUV | 183.38 | 44.26 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 35 | 0 | 0.15 | 0.84 | 0.12 | 49.26 | 0.76 | 0.51 |
| Hex | E1 | BF | 23 | 0 | F | 54 | C | 31 | 4C | 33 |
| Octal | 341 | 277 | 43 | 0 | 17 | 124 | 14 | 61 | 114 | 63 |
| Binary | 11100001 | 10111111 | 100011 | 0 | 1111 | 1010100 | 1100 | 110001 | 1001100 | 110011 |
Color Harmonies of #E1BF23
Complementary color
Monochromatic Colors of #E1BF23
Black with #E1BF23
Text Example
Text Example
White with #E1BF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BF23; }
p { color: rgb(225,191,35); }
H1.HeaderClassName
{
color: #E1BF23;
}
.AnyTagClassName
{
color: #E1BF23;
}
</style>
background-color css
<style>
a { background-color: #E1BF23; }
a { background-color: rgb(225,191,35); }
div.DivClassName
{
background-color: #E1BF23;
}
.BgClassName
{
background-color: #E1BF23;
}
</style>
border-color css
<style>
span { border-color: #E1BF23; }
span { border-color: rgb(225,191,35); }
td.TdClassName
{
border-color: #E1BF23;
}
.TagClassName
{
border-color: #E1BF23;
}
</style>