Shades of Sunflower #E6C00F
Tints of Sunflower #E6C00F
RGB
CMYK
RGB Variations
Color information
#E6C00F (or 0xE6C00F) is known color: Sunflower. HEX triplet: E6, C0 and 0F. RGB value is (230,192,15). Sum of RGB (Red+Green+Blue) = 230+192+15=437 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.63% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 15 (6.25% from 255 or 3.43% from 437); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C00F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6C00F is #193FF0. Grayscale: #B7B7B7. Windows color (decimal): -1654769 or 1032422. OLE color: 1032422.
HSL color Cylindrical-coordinate representation of color #E6C00F: hue angle of 49.4º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6C00F is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 192 | 15 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.10 |
| HSL | 49.4º | 0.88% | 0.48% | - |
| HSV(B) | 49.4º | 0.93% | 0.9% | - |
| XYZ | 51.57 | 54.56 | 8.26 | - |
| YUV | 183.18 | 33.09 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 192 | 15 | 0 | 0.17 | 0.93 | 0.10 | 49.4 | 0.88 | 0.48 |
| Hex | E6 | C0 | F | 0 | 11 | 5D | A | 31 | 58 | 30 |
| Octal | 346 | 300 | 17 | 0 | 21 | 135 | 12 | 61 | 130 | 60 |
| Binary | 11100110 | 11000000 | 1111 | 0 | 10001 | 1011101 | 1010 | 110001 | 1011000 | 110000 |
Color Harmonies of #E6C00F
Complementary color
Monochromatic Colors of #E6C00F
Black with #E6C00F
Text Example
Text Example
White with #E6C00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C00F; }
p { color: rgb(230,192,15); }
H1.HeaderClassName
{
color: #E6C00F;
}
.AnyTagClassName
{
color: #E6C00F;
}
</style>
background-color css
<style>
a { background-color: #E6C00F; }
a { background-color: rgb(230,192,15); }
div.DivClassName
{
background-color: #E6C00F;
}
.BgClassName
{
background-color: #E6C00F;
}
</style>
border-color css
<style>
span { border-color: #E6C00F; }
span { border-color: rgb(230,192,15); }
td.TdClassName
{
border-color: #E6C00F;
}
.TagClassName
{
border-color: #E6C00F;
}
</style>