Shades of Sunflower #E6CD12
Tints of Sunflower #E6CD12
RGB
CMYK
RGB Variations
Color information
#E6CD12 (or 0xE6CD12) is known color: Sunflower. HEX triplet: E6, CD and 12. RGB value is (230,205,18). Sum of RGB (Red+Green+Blue) = 230+205+18=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 18 (7.42% from 255 or 3.97% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CD12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6CD12 is #1932ED. Grayscale: #BFBFBF. Windows color (decimal): -1651438 or 1232358. OLE color: 1232358.
HSL color Cylindrical-coordinate representation of color #E6CD12: hue angle of 52.92º 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 #E6CD12 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 205 | 18 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.10 |
| HSL | 52.92º | 0.85% | 0.49% | - |
| HSV(B) | 52.92º | 0.92% | 0.9% | - |
| XYZ | 54.57 | 60.53 | 9.38 | - |
| YUV | 191.16 | 30.28 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 205 | 18 | 0 | 0.11 | 0.92 | 0.10 | 52.92 | 0.85 | 0.49 |
| Hex | E6 | CD | 12 | 0 | B | 5C | A | 35 | 55 | 31 |
| Octal | 346 | 315 | 22 | 0 | 13 | 134 | 12 | 65 | 125 | 61 |
| Binary | 11100110 | 11001101 | 10010 | 0 | 1011 | 1011100 | 1010 | 110101 | 1010101 | 110001 |
Color Harmonies of #E6CD12
Complementary color
Monochromatic Colors of #E6CD12
Black with #E6CD12
Text Example
Text Example
White with #E6CD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CD12; }
p { color: rgb(230,205,18); }
H1.HeaderClassName
{
color: #E6CD12;
}
.AnyTagClassName
{
color: #E6CD12;
}
</style>
background-color css
<style>
a { background-color: #E6CD12; }
a { background-color: rgb(230,205,18); }
div.DivClassName
{
background-color: #E6CD12;
}
.BgClassName
{
background-color: #E6CD12;
}
</style>
border-color css
<style>
span { border-color: #E6CD12; }
span { border-color: rgb(230,205,18); }
td.TdClassName
{
border-color: #E6CD12;
}
.TagClassName
{
border-color: #E6CD12;
}
</style>