Shades of Sunflower #E6C50B
Tints of Sunflower #E6C50B
RGB
CMYK
RGB Variations
Color information
#E6C50B (or 0xE6C50B) is known color: Sunflower. HEX triplet: E6, C5 and 0B. RGB value is (230,197,11). Sum of RGB (Red+Green+Blue) = 230+197+11=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 11 (4.69% from 255 or 2.51% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C50B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6C50B is #193AF4. Grayscale: #BABABA. Windows color (decimal): -1653493 or 771558. OLE color: 771558.
HSL color Cylindrical-coordinate representation of color #E6C50B: hue angle of 50.96º 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 #E6C50B is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 197 | 11 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.10 |
| HSL | 50.96º | 0.91% | 0.47% | - |
| HSV(B) | 50.96º | 0.95% | 0.9% | - |
| XYZ | 52.66 | 56.78 | 8.5 | - |
| YUV | 185.66 | 29.43 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 197 | 11 | 0 | 0.14 | 0.95 | 0.10 | 50.96 | 0.91 | 0.47 |
| Hex | E6 | C5 | B | 0 | E | 5F | A | 33 | 5B | 2F |
| Octal | 346 | 305 | 13 | 0 | 16 | 137 | 12 | 63 | 133 | 57 |
| Binary | 11100110 | 11000101 | 1011 | 0 | 1110 | 1011111 | 1010 | 110011 | 1011011 | 101111 |
Color Harmonies of #E6C50B
Complementary color
Monochromatic Colors of #E6C50B
Black with #E6C50B
Text Example
Text Example
White with #E6C50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C50B; }
p { color: rgb(230,197,11); }
H1.HeaderClassName
{
color: #E6C50B;
}
.AnyTagClassName
{
color: #E6C50B;
}
</style>
background-color css
<style>
a { background-color: #E6C50B; }
a { background-color: rgb(230,197,11); }
div.DivClassName
{
background-color: #E6C50B;
}
.BgClassName
{
background-color: #E6C50B;
}
</style>
border-color css
<style>
span { border-color: #E6C50B; }
span { border-color: rgb(230,197,11); }
td.TdClassName
{
border-color: #E6C50B;
}
.TagClassName
{
border-color: #E6C50B;
}
</style>