Shades of Sunflower #E2BF0B
Tints of Sunflower #E2BF0B
RGB
CMYK
RGB Variations
Color information
#E2BF0B (or 0xE2BF0B) is known color: Sunflower. HEX triplet: E2, BF and 0B. RGB value is (226,191,11). Sum of RGB (Red+Green+Blue) = 226+191+11=428 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.80% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 11 (4.69% from 255 or 2.57% from 428); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2BF0B is #1D40F4. Grayscale: #B5B5B5. Windows color (decimal): -1917173 or 770018. OLE color: 770018.
HSL color Cylindrical-coordinate representation of color #E2BF0B: hue angle of 50.23º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2BF0B is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 191 | 11 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.11 |
| HSL | 50.23º | 0.91% | 0.46% | - |
| HSV(B) | 50.23º | 0.95% | 0.89% | - |
| XYZ | 50.06 | 53.45 | 8 | - |
| YUV | 180.95 | 32.1 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 191 | 11 | 0 | 0.15 | 0.95 | 0.11 | 50.23 | 0.91 | 0.46 |
| Hex | E2 | BF | B | 0 | F | 5F | B | 32 | 5B | 2E |
| Octal | 342 | 277 | 13 | 0 | 17 | 137 | 13 | 62 | 133 | 56 |
| Binary | 11100010 | 10111111 | 1011 | 0 | 1111 | 1011111 | 1011 | 110010 | 1011011 | 101110 |
Color Harmonies of #E2BF0B
Complementary color
Monochromatic Colors of #E2BF0B
Black with #E2BF0B
Text Example
Text Example
White with #E2BF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BF0B; }
p { color: rgb(226,191,11); }
H1.HeaderClassName
{
color: #E2BF0B;
}
.AnyTagClassName
{
color: #E2BF0B;
}
</style>
background-color css
<style>
a { background-color: #E2BF0B; }
a { background-color: rgb(226,191,11); }
div.DivClassName
{
background-color: #E2BF0B;
}
.BgClassName
{
background-color: #E2BF0B;
}
</style>
border-color css
<style>
span { border-color: #E2BF0B; }
span { border-color: rgb(226,191,11); }
td.TdClassName
{
border-color: #E2BF0B;
}
.TagClassName
{
border-color: #E2BF0B;
}
</style>