Shades of Sunflower #E6C10C
Tints of Sunflower #E6C10C
RGB
CMYK
RGB Variations
Color information
#E6C10C (or 0xE6C10C) is known color: Sunflower. HEX triplet: E6, C1 and 0C. RGB value is (230,193,12). Sum of RGB (Red+Green+Blue) = 230+193+12=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 12 (5.08% from 255 or 2.76% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C10C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6C10C is #193EF3. Grayscale: #B8B8B8. Windows color (decimal): -1654516 or 836070. OLE color: 836070.
HSL color Cylindrical-coordinate representation of color #E6C10C: hue angle of 49.82º 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 #E6C10C is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 193 | 12 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.10 |
| HSL | 49.82º | 0.9% | 0.47% | - |
| HSV(B) | 49.82º | 0.95% | 0.9% | - |
| XYZ | 51.77 | 54.99 | 8.23 | - |
| YUV | 183.43 | 31.26 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 193 | 12 | 0 | 0.16 | 0.95 | 0.10 | 49.82 | 0.9 | 0.47 |
| Hex | E6 | C1 | C | 0 | 10 | 5F | A | 32 | 5A | 2F |
| Octal | 346 | 301 | 14 | 0 | 20 | 137 | 12 | 62 | 132 | 57 |
| Binary | 11100110 | 11000001 | 1100 | 0 | 10000 | 1011111 | 1010 | 110010 | 1011010 | 101111 |
Color Harmonies of #E6C10C
Complementary color
Monochromatic Colors of #E6C10C
Black with #E6C10C
Text Example
Text Example
White with #E6C10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C10C; }
p { color: rgb(230,193,12); }
H1.HeaderClassName
{
color: #E6C10C;
}
.AnyTagClassName
{
color: #E6C10C;
}
</style>
background-color css
<style>
a { background-color: #E6C10C; }
a { background-color: rgb(230,193,12); }
div.DivClassName
{
background-color: #E6C10C;
}
.BgClassName
{
background-color: #E6C10C;
}
</style>
border-color css
<style>
span { border-color: #E6C10C; }
span { border-color: rgb(230,193,12); }
td.TdClassName
{
border-color: #E6C10C;
}
.TagClassName
{
border-color: #E6C10C;
}
</style>