Shades of Sunflower #E6B80C
Tints of Sunflower #E6B80C
RGB
CMYK
RGB Variations
Color information
#E6B80C (or 0xE6B80C) is known color: Sunflower. HEX triplet: E6, B8 and 0C. RGB value is (230,184,12). Sum of RGB (Red+Green+Blue) = 230+184+12=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 12 (5.08% from 255 or 2.82% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B80C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6B80C is #1947F3. Grayscale: #B2B2B2. Windows color (decimal): -1656820 or 833766. OLE color: 833766.
HSL color Cylindrical-coordinate representation of color #E6B80C: hue angle of 47.34º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6B80C is Cyan = 0, Magento = 0.2, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 184 | 12 | - |
| CMYK | 0 | 0.2 | 0.95 | 0.10 |
| HSL | 47.34º | 0.9% | 0.47% | - |
| HSV(B) | 47.34º | 0.95% | 0.9% | - |
| XYZ | 49.84 | 51.13 | 7.59 | - |
| YUV | 178.15 | 34.24 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 184 | 12 | 0 | 0.2 | 0.95 | 0.10 | 47.34 | 0.9 | 0.47 |
| Hex | E6 | B8 | C | 0 | 14 | 5F | A | 2F | 5A | 2F |
| Octal | 346 | 270 | 14 | 0 | 24 | 137 | 12 | 57 | 132 | 57 |
| Binary | 11100110 | 10111000 | 1100 | 0 | 10100 | 1011111 | 1010 | 101111 | 1011010 | 101111 |
Color Harmonies of #E6B80C
Complementary color
Monochromatic Colors of #E6B80C
Black with #E6B80C
Text Example
Text Example
White with #E6B80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B80C; }
p { color: rgb(230,184,12); }
H1.HeaderClassName
{
color: #E6B80C;
}
.AnyTagClassName
{
color: #E6B80C;
}
</style>
background-color css
<style>
a { background-color: #E6B80C; }
a { background-color: rgb(230,184,12); }
div.DivClassName
{
background-color: #E6B80C;
}
.BgClassName
{
background-color: #E6B80C;
}
</style>
border-color css
<style>
span { border-color: #E6B80C; }
span { border-color: rgb(230,184,12); }
td.TdClassName
{
border-color: #E6B80C;
}
.TagClassName
{
border-color: #E6B80C;
}
</style>