Shades of Sunflower #E6B30B
Tints of Sunflower #E6B30B
RGB
CMYK
RGB Variations
Color information
#E6B30B (or 0xE6B30B) is known color: Sunflower. HEX triplet: E6, B3 and 0B. RGB value is (230,179,11). Sum of RGB (Red+Green+Blue) = 230+179+11=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 11 (4.69% from 255 or 2.62% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6B30B is #194CF4. Grayscale: #AFAFAF. Windows color (decimal): -1658101 or 766950. OLE color: 766950.
HSL color Cylindrical-coordinate representation of color #E6B30B: hue angle of 46.03º degrees, saturation: 0.91, 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 #E6B30B is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 179 | 11 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.10 |
| HSL | 46.03º | 0.91% | 0.47% | - |
| HSV(B) | 46.03º | 0.95% | 0.9% | - |
| XYZ | 48.81 | 49.09 | 7.22 | - |
| YUV | 175.1 | 35.4 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 179 | 11 | 0 | 0.22 | 0.95 | 0.10 | 46.03 | 0.91 | 0.47 |
| Hex | E6 | B3 | B | 0 | 16 | 5F | A | 2E | 5B | 2F |
| Octal | 346 | 263 | 13 | 0 | 26 | 137 | 12 | 56 | 133 | 57 |
| Binary | 11100110 | 10110011 | 1011 | 0 | 10110 | 1011111 | 1010 | 101110 | 1011011 | 101111 |
Color Harmonies of #E6B30B
Complementary color
Monochromatic Colors of #E6B30B
Black with #E6B30B
Text Example
Text Example
White with #E6B30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B30B; }
p { color: rgb(230,179,11); }
H1.HeaderClassName
{
color: #E6B30B;
}
.AnyTagClassName
{
color: #E6B30B;
}
</style>
background-color css
<style>
a { background-color: #E6B30B; }
a { background-color: rgb(230,179,11); }
div.DivClassName
{
background-color: #E6B30B;
}
.BgClassName
{
background-color: #E6B30B;
}
</style>
border-color css
<style>
span { border-color: #E6B30B; }
span { border-color: rgb(230,179,11); }
td.TdClassName
{
border-color: #E6B30B;
}
.TagClassName
{
border-color: #E6B30B;
}
</style>