Shades of Sunflower #E6B60B
Tints of Sunflower #E6B60B
RGB
CMYK
RGB Variations
Color information
#E6B60B (or 0xE6B60B) is known color: Sunflower. HEX triplet: E6, B6 and 0B. RGB value is (230,182,11). Sum of RGB (Red+Green+Blue) = 230+182+11=423 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.37% from 423); Green value is 182 (71.48% from 255 or 43.03% from 423); Blue value is 11 (4.69% from 255 or 2.60% from 423); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B60B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6B60B is #1949F4. Grayscale: #B1B1B1. Windows color (decimal): -1657333 or 767718. OLE color: 767718.
HSL color Cylindrical-coordinate representation of color #E6B60B: hue angle of 46.85º 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 #E6B60B is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 182 | 11 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.10 |
| HSL | 46.85º | 0.91% | 0.47% | - |
| HSV(B) | 46.85º | 0.95% | 0.9% | - |
| XYZ | 49.42 | 50.3 | 7.42 | - |
| YUV | 176.86 | 34.4 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 182 | 11 | 0 | 0.21 | 0.95 | 0.10 | 46.85 | 0.91 | 0.47 |
| Hex | E6 | B6 | B | 0 | 15 | 5F | A | 2F | 5B | 2F |
| Octal | 346 | 266 | 13 | 0 | 25 | 137 | 12 | 57 | 133 | 57 |
| Binary | 11100110 | 10110110 | 1011 | 0 | 10101 | 1011111 | 1010 | 101111 | 1011011 | 101111 |
Color Harmonies of #E6B60B
Complementary color
Monochromatic Colors of #E6B60B
Black with #E6B60B
Text Example
Text Example
White with #E6B60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B60B; }
p { color: rgb(230,182,11); }
H1.HeaderClassName
{
color: #E6B60B;
}
.AnyTagClassName
{
color: #E6B60B;
}
</style>
background-color css
<style>
a { background-color: #E6B60B; }
a { background-color: rgb(230,182,11); }
div.DivClassName
{
background-color: #E6B60B;
}
.BgClassName
{
background-color: #E6B60B;
}
</style>
border-color css
<style>
span { border-color: #E6B60B; }
span { border-color: rgb(230,182,11); }
td.TdClassName
{
border-color: #E6B60B;
}
.TagClassName
{
border-color: #E6B60B;
}
</style>