Shades of Sunflower #E6CE12
Tints of Sunflower #E6CE12
RGB
CMYK
RGB Variations
Color information
#E6CE12 (or 0xE6CE12) is known color: Sunflower. HEX triplet: E6, CE and 12. RGB value is (230,206,18). Sum of RGB (Red+Green+Blue) = 230+206+18=454 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.66% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 18 (7.42% from 255 or 3.96% from 454); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CE12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6CE12 is #1931ED. Grayscale: #C0C0C0. Windows color (decimal): -1651182 or 1232614. OLE color: 1232614.
HSL color Cylindrical-coordinate representation of color #E6CE12: hue angle of 53.21º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E6CE12 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 206 | 18 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.10 |
| HSL | 53.21º | 0.85% | 0.49% | - |
| HSV(B) | 53.21º | 0.92% | 0.9% | - |
| XYZ | 54.81 | 61.01 | 9.46 | - |
| YUV | 191.74 | 29.95 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 206 | 18 | 0 | 0.10 | 0.92 | 0.10 | 53.21 | 0.85 | 0.49 |
| Hex | E6 | CE | 12 | 0 | A | 5C | A | 35 | 55 | 31 |
| Octal | 346 | 316 | 22 | 0 | 12 | 134 | 12 | 65 | 125 | 61 |
| Binary | 11100110 | 11001110 | 10010 | 0 | 1010 | 1011100 | 1010 | 110101 | 1010101 | 110001 |
Color Harmonies of #E6CE12
Complementary color
Monochromatic Colors of #E6CE12
Black with #E6CE12
Text Example
Text Example
White with #E6CE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CE12; }
p { color: rgb(230,206,18); }
H1.HeaderClassName
{
color: #E6CE12;
}
.AnyTagClassName
{
color: #E6CE12;
}
</style>
background-color css
<style>
a { background-color: #E6CE12; }
a { background-color: rgb(230,206,18); }
div.DivClassName
{
background-color: #E6CE12;
}
.BgClassName
{
background-color: #E6CE12;
}
</style>
border-color css
<style>
span { border-color: #E6CE12; }
span { border-color: rgb(230,206,18); }
td.TdClassName
{
border-color: #E6CE12;
}
.TagClassName
{
border-color: #E6CE12;
}
</style>