Shades of Sunflower #E6BB18
Tints of Sunflower #E6BB18
RGB
CMYK
RGB Variations
Color information
#E6BB18 (or 0xE6BB18) is known color: Sunflower. HEX triplet: E6, BB and 18. RGB value is (230,187,24). Sum of RGB (Red+Green+Blue) = 230+187+24=441 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.15% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 24 (9.77% from 255 or 5.44% from 441); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BB18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6BB18 is #1944E7. Grayscale: #B5B5B5. Windows color (decimal): -1656040 or 1620966. OLE color: 1620966.
HSL color Cylindrical-coordinate representation of color #E6BB18: hue angle of 47.48º degrees, saturation: 0.81, 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 #E6BB18 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 187 | 24 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.10 |
| HSL | 47.48º | 0.81% | 0.5% | - |
| HSV(B) | 47.48º | 0.9% | 0.9% | - |
| XYZ | 50.57 | 52.43 | 8.32 | - |
| YUV | 181.28 | 39.25 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 187 | 24 | 0 | 0.19 | 0.90 | 0.10 | 47.48 | 0.81 | 0.5 |
| Hex | E6 | BB | 18 | 0 | 13 | 5A | A | 2F | 51 | 32 |
| Octal | 346 | 273 | 30 | 0 | 23 | 132 | 12 | 57 | 121 | 62 |
| Binary | 11100110 | 10111011 | 11000 | 0 | 10011 | 1011010 | 1010 | 101111 | 1010001 | 110010 |
Color Harmonies of #E6BB18
Complementary color
Monochromatic Colors of #E6BB18
Black with #E6BB18
Text Example
Text Example
White with #E6BB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BB18; }
p { color: rgb(230,187,24); }
H1.HeaderClassName
{
color: #E6BB18;
}
.AnyTagClassName
{
color: #E6BB18;
}
</style>
background-color css
<style>
a { background-color: #E6BB18; }
a { background-color: rgb(230,187,24); }
div.DivClassName
{
background-color: #E6BB18;
}
.BgClassName
{
background-color: #E6BB18;
}
</style>
border-color css
<style>
span { border-color: #E6BB18; }
span { border-color: rgb(230,187,24); }
td.TdClassName
{
border-color: #E6BB18;
}
.TagClassName
{
border-color: #E6BB18;
}
</style>