Shades of Sunflower #E3C30C
Tints of Sunflower #E3C30C
RGB
CMYK
RGB Variations
Color information
#E3C30C (or 0xE3C30C) is known color: Sunflower. HEX triplet: E3, C3 and 0C. RGB value is (227,195,12). Sum of RGB (Red+Green+Blue) = 227+195+12=434 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.30% from 434); Green value is 195 (76.56% from 255 or 44.93% from 434); Blue value is 12 (5.08% from 255 or 2.76% from 434); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3C30C is #1C3CF3. Grayscale: #B8B8B8. Windows color (decimal): -1850612 or 836579. OLE color: 836579.
HSL color Cylindrical-coordinate representation of color #E3C30C: hue angle of 51.07º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E3C30C is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 195 | 12 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.11 |
| HSL | 51.07º | 0.9% | 0.47% | - |
| HSV(B) | 51.07º | 0.95% | 0.89% | - |
| XYZ | 51.26 | 55.39 | 8.34 | - |
| YUV | 183.71 | 31.1 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 195 | 12 | 0 | 0.14 | 0.95 | 0.11 | 51.07 | 0.9 | 0.47 |
| Hex | E3 | C3 | C | 0 | E | 5F | B | 33 | 5A | 2F |
| Octal | 343 | 303 | 14 | 0 | 16 | 137 | 13 | 63 | 132 | 57 |
| Binary | 11100011 | 11000011 | 1100 | 0 | 1110 | 1011111 | 1011 | 110011 | 1011010 | 101111 |
Color Harmonies of #E3C30C
Complementary color
Monochromatic Colors of #E3C30C
Black with #E3C30C
Text Example
Text Example
White with #E3C30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C30C; }
p { color: rgb(227,195,12); }
H1.HeaderClassName
{
color: #E3C30C;
}
.AnyTagClassName
{
color: #E3C30C;
}
</style>
background-color css
<style>
a { background-color: #E3C30C; }
a { background-color: rgb(227,195,12); }
div.DivClassName
{
background-color: #E3C30C;
}
.BgClassName
{
background-color: #E3C30C;
}
</style>
border-color css
<style>
span { border-color: #E3C30C; }
span { border-color: rgb(227,195,12); }
td.TdClassName
{
border-color: #E3C30C;
}
.TagClassName
{
border-color: #E3C30C;
}
</style>