Shades of Sunflower #E1BD23
Tints of Sunflower #E1BD23
RGB
CMYK
RGB Variations
Color information
#E1BD23 (or 0xE1BD23) is known color: Sunflower. HEX triplet: E1, BD and 23. RGB value is (225,189,35). Sum of RGB (Red+Green+Blue) = 225+189+35=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 35 (14.06% from 255 or 7.80% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BD23 is #1E42DC. Grayscale: #B6B6B6. Windows color (decimal): -1983197 or 2342369. OLE color: 2342369.
HSL color Cylindrical-coordinate representation of color #E1BD23: hue angle of 48.63º 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 #E1BD23 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 189 | 35 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.12 |
| HSL | 48.63º | 0.76% | 0.51% | - |
| HSV(B) | 48.63º | 0.84% | 0.88% | - |
| XYZ | 49.55 | 52.52 | 9.12 | - |
| YUV | 182.21 | 44.93 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 189 | 35 | 0 | 0.16 | 0.84 | 0.12 | 48.63 | 0.76 | 0.51 |
| Hex | E1 | BD | 23 | 0 | 10 | 54 | C | 31 | 4C | 33 |
| Octal | 341 | 275 | 43 | 0 | 20 | 124 | 14 | 61 | 114 | 63 |
| Binary | 11100001 | 10111101 | 100011 | 0 | 10000 | 1010100 | 1100 | 110001 | 1001100 | 110011 |
Color Harmonies of #E1BD23
Complementary color
Monochromatic Colors of #E1BD23
Black with #E1BD23
Text Example
Text Example
White with #E1BD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BD23; }
p { color: rgb(225,189,35); }
H1.HeaderClassName
{
color: #E1BD23;
}
.AnyTagClassName
{
color: #E1BD23;
}
</style>
background-color css
<style>
a { background-color: #E1BD23; }
a { background-color: rgb(225,189,35); }
div.DivClassName
{
background-color: #E1BD23;
}
.BgClassName
{
background-color: #E1BD23;
}
</style>
border-color css
<style>
span { border-color: #E1BD23; }
span { border-color: rgb(225,189,35); }
td.TdClassName
{
border-color: #E1BD23;
}
.TagClassName
{
border-color: #E1BD23;
}
</style>