Shades of Sunflower #E6BF11
Tints of Sunflower #E6BF11
RGB
CMYK
RGB Variations
Color information
#E6BF11 (or 0xE6BF11) is known color: Sunflower. HEX triplet: E6, BF and 11. RGB value is (230,191,17). Sum of RGB (Red+Green+Blue) = 230+191+17=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 17 (7.03% from 255 or 3.88% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BF11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6BF11 is #1940EE. Grayscale: #B7B7B7. Windows color (decimal): -1655023 or 1163238. OLE color: 1163238.
HSL color Cylindrical-coordinate representation of color #E6BF11: hue angle of 49.01º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6BF11 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 191 | 17 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.10 |
| HSL | 49.01º | 0.86% | 0.48% | - |
| HSV(B) | 49.01º | 0.93% | 0.9% | - |
| XYZ | 51.37 | 54.13 | 8.27 | - |
| YUV | 182.83 | 34.42 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 17 | 0 | 0.17 | 0.93 | 0.10 | 49.01 | 0.86 | 0.48 |
| Hex | E6 | BF | 11 | 0 | 11 | 5D | A | 31 | 56 | 30 |
| Octal | 346 | 277 | 21 | 0 | 21 | 135 | 12 | 61 | 126 | 60 |
| Binary | 11100110 | 10111111 | 10001 | 0 | 10001 | 1011101 | 1010 | 110001 | 1010110 | 110000 |
Color Harmonies of #E6BF11
Complementary color
Monochromatic Colors of #E6BF11
Black with #E6BF11
Text Example
Text Example
White with #E6BF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BF11; }
p { color: rgb(230,191,17); }
H1.HeaderClassName
{
color: #E6BF11;
}
.AnyTagClassName
{
color: #E6BF11;
}
</style>
background-color css
<style>
a { background-color: #E6BF11; }
a { background-color: rgb(230,191,17); }
div.DivClassName
{
background-color: #E6BF11;
}
.BgClassName
{
background-color: #E6BF11;
}
</style>
border-color css
<style>
span { border-color: #E6BF11; }
span { border-color: rgb(230,191,17); }
td.TdClassName
{
border-color: #E6BF11;
}
.TagClassName
{
border-color: #E6BF11;
}
</style>