Shades of Sunflower #E6BF10
Tints of Sunflower #E6BF10
RGB
CMYK
RGB Variations
Color information
#E6BF10 (or 0xE6BF10) is known color: Sunflower. HEX triplet: E6, BF and 10. RGB value is (230,191,16). Sum of RGB (Red+Green+Blue) = 230+191+16=437 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.63% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 16 (6.64% from 255 or 3.66% from 437); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BF10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6BF10 is #1940EF. Grayscale: #B7B7B7. Windows color (decimal): -1655024 or 1097702. OLE color: 1097702.
HSL color Cylindrical-coordinate representation of color #E6BF10: hue angle of 49.07º degrees, saturation: 0.87, 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 #E6BF10 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 191 | 16 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.10 |
| HSL | 49.07º | 0.87% | 0.48% | - |
| HSV(B) | 49.07º | 0.93% | 0.9% | - |
| XYZ | 51.36 | 54.12 | 8.23 | - |
| YUV | 182.71 | 33.92 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 16 | 0 | 0.17 | 0.93 | 0.10 | 49.07 | 0.87 | 0.48 |
| Hex | E6 | BF | 10 | 0 | 11 | 5D | A | 31 | 57 | 30 |
| Octal | 346 | 277 | 20 | 0 | 21 | 135 | 12 | 61 | 127 | 60 |
| Binary | 11100110 | 10111111 | 10000 | 0 | 10001 | 1011101 | 1010 | 110001 | 1010111 | 110000 |
Color Harmonies of #E6BF10
Complementary color
Monochromatic Colors of #E6BF10
Black with #E6BF10
Text Example
Text Example
White with #E6BF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BF10; }
p { color: rgb(230,191,16); }
H1.HeaderClassName
{
color: #E6BF10;
}
.AnyTagClassName
{
color: #E6BF10;
}
</style>
background-color css
<style>
a { background-color: #E6BF10; }
a { background-color: rgb(230,191,16); }
div.DivClassName
{
background-color: #E6BF10;
}
.BgClassName
{
background-color: #E6BF10;
}
</style>
border-color css
<style>
span { border-color: #E6BF10; }
span { border-color: rgb(230,191,16); }
td.TdClassName
{
border-color: #E6BF10;
}
.TagClassName
{
border-color: #E6BF10;
}
</style>