Shades of Sunflower #E1BD1F
Tints of Sunflower #E1BD1F
RGB
CMYK
RGB Variations
Color information
#E1BD1F (or 0xE1BD1F) is known color: Sunflower. HEX triplet: E1, BD and 1F. RGB value is (225,189,31). Sum of RGB (Red+Green+Blue) = 225+189+31=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 31 (12.5% from 255 or 6.97% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BD1F is #1E42E0. Grayscale: #B6B6B6. Windows color (decimal): -1983201 or 2080225. OLE color: 2080225.
HSL color Cylindrical-coordinate representation of color #E1BD1F: hue angle of 48.87º 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 #E1BD1F is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 189 | 31 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.12 |
| HSL | 48.87º | 0.76% | 0.5% | - |
| HSV(B) | 48.87º | 0.86% | 0.88% | - |
| XYZ | 49.5 | 52.5 | 8.82 | - |
| YUV | 181.75 | 42.93 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 189 | 31 | 0 | 0.16 | 0.86 | 0.12 | 48.87 | 0.76 | 0.5 |
| Hex | E1 | BD | 1F | 0 | 10 | 56 | C | 31 | 4C | 32 |
| Octal | 341 | 275 | 37 | 0 | 20 | 126 | 14 | 61 | 114 | 62 |
| Binary | 11100001 | 10111101 | 11111 | 0 | 10000 | 1010110 | 1100 | 110001 | 1001100 | 110010 |
Color Harmonies of #E1BD1F
Complementary color
Monochromatic Colors of #E1BD1F
Black with #E1BD1F
Text Example
Text Example
White with #E1BD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BD1F; }
p { color: rgb(225,189,31); }
H1.HeaderClassName
{
color: #E1BD1F;
}
.AnyTagClassName
{
color: #E1BD1F;
}
</style>
background-color css
<style>
a { background-color: #E1BD1F; }
a { background-color: rgb(225,189,31); }
div.DivClassName
{
background-color: #E1BD1F;
}
.BgClassName
{
background-color: #E1BD1F;
}
</style>
border-color css
<style>
span { border-color: #E1BD1F; }
span { border-color: rgb(225,189,31); }
td.TdClassName
{
border-color: #E1BD1F;
}
.TagClassName
{
border-color: #E1BD1F;
}
</style>