Shades of Sunflower #E6B408
Tints of Sunflower #E6B408
RGB
CMYK
RGB Variations
Color information
#E6B408 (or 0xE6B408) is known color: Sunflower. HEX triplet: E6, B4 and 08. RGB value is (230,180,8). Sum of RGB (Red+Green+Blue) = 230+180+8=418 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.02% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 8 (3.52% from 255 or 1.91% from 418); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B408 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6B408 is #194BF7. Grayscale: #B0B0B0. Windows color (decimal): -1657848 or 570598. OLE color: 570598.
HSL color Cylindrical-coordinate representation of color #E6B408: hue angle of 46.49º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6B408 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 180 | 8 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.10 |
| HSL | 46.49º | 0.93% | 0.47% | - |
| HSV(B) | 46.49º | 0.97% | 0.9% | - |
| XYZ | 49 | 49.48 | 7.2 | - |
| YUV | 175.34 | 33.57 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 180 | 8 | 0 | 0.22 | 0.97 | 0.10 | 46.49 | 0.93 | 0.47 |
| Hex | E6 | B4 | 8 | 0 | 16 | 61 | A | 2E | 5D | 2F |
| Octal | 346 | 264 | 10 | 0 | 26 | 141 | 12 | 56 | 135 | 57 |
| Binary | 11100110 | 10110100 | 1000 | 0 | 10110 | 1100001 | 1010 | 101110 | 1011101 | 101111 |
Color Harmonies of #E6B408
Complementary color
Monochromatic Colors of #E6B408
Black with #E6B408
Text Example
Text Example
White with #E6B408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B408; }
p { color: rgb(230,180,8); }
H1.HeaderClassName
{
color: #E6B408;
}
.AnyTagClassName
{
color: #E6B408;
}
</style>
background-color css
<style>
a { background-color: #E6B408; }
a { background-color: rgb(230,180,8); }
div.DivClassName
{
background-color: #E6B408;
}
.BgClassName
{
background-color: #E6B408;
}
</style>
border-color css
<style>
span { border-color: #E6B408; }
span { border-color: rgb(230,180,8); }
td.TdClassName
{
border-color: #E6B408;
}
.TagClassName
{
border-color: #E6B408;
}
</style>