Shades of Sunflower #E6C40C
Tints of Sunflower #E6C40C
RGB
CMYK
RGB Variations
Color information
#E6C40C (or 0xE6C40C) is known color: Sunflower. HEX triplet: E6, C4 and 0C. RGB value is (230,196,12). Sum of RGB (Red+Green+Blue) = 230+196+12=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 12 (5.08% from 255 or 2.74% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6C40C is #193BF3. Grayscale: #B9B9B9. Windows color (decimal): -1653748 or 836838. OLE color: 836838.
HSL color Cylindrical-coordinate representation of color #E6C40C: hue angle of 50.64º degrees, saturation: 0.9, 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 #E6C40C is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 196 | 12 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.10 |
| HSL | 50.64º | 0.9% | 0.47% | - |
| HSV(B) | 50.64º | 0.95% | 0.9% | - |
| XYZ | 52.44 | 56.33 | 8.46 | - |
| YUV | 185.19 | 30.26 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 196 | 12 | 0 | 0.15 | 0.95 | 0.10 | 50.64 | 0.9 | 0.47 |
| Hex | E6 | C4 | C | 0 | F | 5F | A | 33 | 5A | 2F |
| Octal | 346 | 304 | 14 | 0 | 17 | 137 | 12 | 63 | 132 | 57 |
| Binary | 11100110 | 11000100 | 1100 | 0 | 1111 | 1011111 | 1010 | 110011 | 1011010 | 101111 |
Color Harmonies of #E6C40C
Complementary color
Monochromatic Colors of #E6C40C
Black with #E6C40C
Text Example
Text Example
White with #E6C40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C40C; }
p { color: rgb(230,196,12); }
H1.HeaderClassName
{
color: #E6C40C;
}
.AnyTagClassName
{
color: #E6C40C;
}
</style>
background-color css
<style>
a { background-color: #E6C40C; }
a { background-color: rgb(230,196,12); }
div.DivClassName
{
background-color: #E6C40C;
}
.BgClassName
{
background-color: #E6C40C;
}
</style>
border-color css
<style>
span { border-color: #E6C40C; }
span { border-color: rgb(230,196,12); }
td.TdClassName
{
border-color: #E6C40C;
}
.TagClassName
{
border-color: #E6C40C;
}
</style>