Shades of Sunflower #E6C30A
Tints of Sunflower #E6C30A
RGB
CMYK
RGB Variations
Color information
#E6C30A (or 0xE6C30A) is known color: Sunflower. HEX triplet: E6, C3 and 0A. RGB value is (230,195,10). Sum of RGB (Red+Green+Blue) = 230+195+10=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 10 (4.30% from 255 or 2.30% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C30A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6C30A is #193CF5. Grayscale: #B9B9B9. Windows color (decimal): -1654006 or 705510. OLE color: 705510.
HSL color Cylindrical-coordinate representation of color #E6C30A: hue angle of 50.45º 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 #E6C30A is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 195 | 10 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.10 |
| HSL | 50.45º | 0.92% | 0.47% | - |
| HSV(B) | 50.45º | 0.96% | 0.9% | - |
| XYZ | 52.2 | 55.88 | 8.32 | - |
| YUV | 184.38 | 29.6 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 195 | 10 | 0 | 0.15 | 0.96 | 0.10 | 50.45 | 0.92 | 0.47 |
| Hex | E6 | C3 | A | 0 | F | 60 | A | 32 | 5C | 2F |
| Octal | 346 | 303 | 12 | 0 | 17 | 140 | 12 | 62 | 134 | 57 |
| Binary | 11100110 | 11000011 | 1010 | 0 | 1111 | 1100000 | 1010 | 110010 | 1011100 | 101111 |
Color Harmonies of #E6C30A
Complementary color
Monochromatic Colors of #E6C30A
Black with #E6C30A
Text Example
Text Example
White with #E6C30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C30A; }
p { color: rgb(230,195,10); }
H1.HeaderClassName
{
color: #E6C30A;
}
.AnyTagClassName
{
color: #E6C30A;
}
</style>
background-color css
<style>
a { background-color: #E6C30A; }
a { background-color: rgb(230,195,10); }
div.DivClassName
{
background-color: #E6C30A;
}
.BgClassName
{
background-color: #E6C30A;
}
</style>
border-color css
<style>
span { border-color: #E6C30A; }
span { border-color: rgb(230,195,10); }
td.TdClassName
{
border-color: #E6C30A;
}
.TagClassName
{
border-color: #E6C30A;
}
</style>