Shades of Sunflower #E6D00A
Tints of Sunflower #E6D00A
RGB
CMYK
RGB Variations
Color information
#E6D00A (or 0xE6D00A) is known color: Sunflower. HEX triplet: E6, D0 and 0A. RGB value is (230,208,10). Sum of RGB (Red+Green+Blue) = 230+208+10=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 208 (81.64% from 255 or 46.43% from 448); Blue value is 10 (4.30% from 255 or 2.23% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D00A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D00A is #192FF5. Grayscale: #C0C0C0. Windows color (decimal): -1650678 or 708838. OLE color: 708838.
HSL color Cylindrical-coordinate representation of color #E6D00A: hue angle of 54º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E6D00A is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 208 | 10 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.10 |
| HSL | 54º | 0.92% | 0.47% | - |
| HSV(B) | 54º | 0.96% | 0.9% | - |
| XYZ | 55.24 | 61.96 | 9.33 | - |
| YUV | 192.01 | 25.29 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 208 | 10 | 0 | 0.10 | 0.96 | 0.10 | 54 | 0.92 | 0.47 |
| Hex | E6 | D0 | A | 0 | A | 60 | A | 36 | 5C | 2F |
| Octal | 346 | 320 | 12 | 0 | 12 | 140 | 12 | 66 | 134 | 57 |
| Binary | 11100110 | 11010000 | 1010 | 0 | 1010 | 1100000 | 1010 | 110110 | 1011100 | 101111 |
Color Harmonies of #E6D00A
Complementary color
Monochromatic Colors of #E6D00A
Black with #E6D00A
Text Example
Text Example
White with #E6D00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D00A; }
p { color: rgb(230,208,10); }
H1.HeaderClassName
{
color: #E6D00A;
}
.AnyTagClassName
{
color: #E6D00A;
}
</style>
background-color css
<style>
a { background-color: #E6D00A; }
a { background-color: rgb(230,208,10); }
div.DivClassName
{
background-color: #E6D00A;
}
.BgClassName
{
background-color: #E6D00A;
}
</style>
border-color css
<style>
span { border-color: #E6D00A; }
span { border-color: rgb(230,208,10); }
td.TdClassName
{
border-color: #E6D00A;
}
.TagClassName
{
border-color: #E6D00A;
}
</style>