Shades of Sunflower #E6C20B
Tints of Sunflower #E6C20B
RGB
CMYK
RGB Variations
Color information
#E6C20B (or 0xE6C20B) is known color: Sunflower. HEX triplet: E6, C2 and 0B. RGB value is (230,194,11). Sum of RGB (Red+Green+Blue) = 230+194+11=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 11 (4.69% from 255 or 2.53% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C20B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6C20B is #193DF4. Grayscale: #B8B8B8. Windows color (decimal): -1654261 or 770790. OLE color: 770790.
HSL color Cylindrical-coordinate representation of color #E6C20B: hue angle of 50.14º 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 #E6C20B is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 194 | 11 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.10 |
| HSL | 50.14º | 0.91% | 0.47% | - |
| HSV(B) | 50.14º | 0.95% | 0.9% | - |
| XYZ | 51.99 | 55.43 | 8.28 | - |
| YUV | 183.9 | 30.43 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 194 | 11 | 0 | 0.16 | 0.95 | 0.10 | 50.14 | 0.91 | 0.47 |
| Hex | E6 | C2 | B | 0 | 10 | 5F | A | 32 | 5B | 2F |
| Octal | 346 | 302 | 13 | 0 | 20 | 137 | 12 | 62 | 133 | 57 |
| Binary | 11100110 | 11000010 | 1011 | 0 | 10000 | 1011111 | 1010 | 110010 | 1011011 | 101111 |
Color Harmonies of #E6C20B
Complementary color
Monochromatic Colors of #E6C20B
Black with #E6C20B
Text Example
Text Example
White with #E6C20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C20B; }
p { color: rgb(230,194,11); }
H1.HeaderClassName
{
color: #E6C20B;
}
.AnyTagClassName
{
color: #E6C20B;
}
</style>
background-color css
<style>
a { background-color: #E6C20B; }
a { background-color: rgb(230,194,11); }
div.DivClassName
{
background-color: #E6C20B;
}
.BgClassName
{
background-color: #E6C20B;
}
</style>
border-color css
<style>
span { border-color: #E6C20B; }
span { border-color: rgb(230,194,11); }
td.TdClassName
{
border-color: #E6C20B;
}
.TagClassName
{
border-color: #E6C20B;
}
</style>