Shades of Sunflower #E6BD17
Tints of Sunflower #E6BD17
RGB
CMYK
RGB Variations
Color information
#E6BD17 (or 0xE6BD17) is known color: Sunflower. HEX triplet: E6, BD and 17. RGB value is (230,189,23). Sum of RGB (Red+Green+Blue) = 230+189+23=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 23 (9.38% from 255 or 5.20% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BD17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6BD17 is #1942E8. Grayscale: #B7B7B7. Windows color (decimal): -1655529 or 1555942. OLE color: 1555942.
HSL color Cylindrical-coordinate representation of color #E6BD17: hue angle of 48.12º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6BD17 is Cyan = 0, Magento = 0.18, Yellow = 0.9 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 189 | 23 | - |
| CMYK | 0 | 0.18 | 0.9 | 0.10 |
| HSL | 48.12º | 0.82% | 0.5% | - |
| HSV(B) | 48.12º | 0.9% | 0.9% | - |
| XYZ | 50.99 | 53.28 | 8.41 | - |
| YUV | 182.34 | 38.08 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 189 | 23 | 0 | 0.18 | 0.9 | 0.10 | 48.12 | 0.82 | 0.5 |
| Hex | E6 | BD | 17 | 0 | 12 | 5A | A | 30 | 52 | 32 |
| Octal | 346 | 275 | 27 | 0 | 22 | 132 | 12 | 60 | 122 | 62 |
| Binary | 11100110 | 10111101 | 10111 | 0 | 10010 | 1011010 | 1010 | 110000 | 1010010 | 110010 |
Color Harmonies of #E6BD17
Complementary color
Monochromatic Colors of #E6BD17
Black with #E6BD17
Text Example
Text Example
White with #E6BD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BD17; }
p { color: rgb(230,189,23); }
H1.HeaderClassName
{
color: #E6BD17;
}
.AnyTagClassName
{
color: #E6BD17;
}
</style>
background-color css
<style>
a { background-color: #E6BD17; }
a { background-color: rgb(230,189,23); }
div.DivClassName
{
background-color: #E6BD17;
}
.BgClassName
{
background-color: #E6BD17;
}
</style>
border-color css
<style>
span { border-color: #E6BD17; }
span { border-color: rgb(230,189,23); }
td.TdClassName
{
border-color: #E6BD17;
}
.TagClassName
{
border-color: #E6BD17;
}
</style>