Shades of Sunflower #E6C60C
Tints of Sunflower #E6C60C
RGB
CMYK
RGB Variations
Color information
#E6C60C (or 0xE6C60C) is known color: Sunflower. HEX triplet: E6, C6 and 0C. RGB value is (230,198,12). Sum of RGB (Red+Green+Blue) = 230+198+12=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 198 (77.73% from 255 or 45% from 440); Blue value is 12 (5.08% from 255 or 2.73% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C60C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6C60C is #1939F3. Grayscale: #BBBBBB. Windows color (decimal): -1653236 or 837350. OLE color: 837350.
HSL color Cylindrical-coordinate representation of color #E6C60C: hue angle of 51.19º 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 #E6C60C is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 198 | 12 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.10 |
| HSL | 51.19º | 0.9% | 0.47% | - |
| HSV(B) | 51.19º | 0.95% | 0.9% | - |
| XYZ | 52.89 | 57.24 | 8.61 | - |
| YUV | 186.36 | 29.6 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 198 | 12 | 0 | 0.14 | 0.95 | 0.10 | 51.19 | 0.9 | 0.47 |
| Hex | E6 | C6 | C | 0 | E | 5F | A | 33 | 5A | 2F |
| Octal | 346 | 306 | 14 | 0 | 16 | 137 | 12 | 63 | 132 | 57 |
| Binary | 11100110 | 11000110 | 1100 | 0 | 1110 | 1011111 | 1010 | 110011 | 1011010 | 101111 |
Color Harmonies of #E6C60C
Complementary color
Monochromatic Colors of #E6C60C
Black with #E6C60C
Text Example
Text Example
White with #E6C60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C60C; }
p { color: rgb(230,198,12); }
H1.HeaderClassName
{
color: #E6C60C;
}
.AnyTagClassName
{
color: #E6C60C;
}
</style>
background-color css
<style>
a { background-color: #E6C60C; }
a { background-color: rgb(230,198,12); }
div.DivClassName
{
background-color: #E6C60C;
}
.BgClassName
{
background-color: #E6C60C;
}
</style>
border-color css
<style>
span { border-color: #E6C60C; }
span { border-color: rgb(230,198,12); }
td.TdClassName
{
border-color: #E6C60C;
}
.TagClassName
{
border-color: #E6C60C;
}
</style>