Shades of Sunflower #E3C008
Tints of Sunflower #E3C008
RGB
CMYK
RGB Variations
Color information
#E3C008 (or 0xE3C008) is known color: Sunflower. HEX triplet: E3, C0 and 08. RGB value is (227,192,8). Sum of RGB (Red+Green+Blue) = 227+192+8=427 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.16% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 8 (3.52% from 255 or 1.87% from 427); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3C008 is #1C3FF7. Grayscale: #B6B6B6. Windows color (decimal): -1851384 or 573667. OLE color: 573667.
HSL color Cylindrical-coordinate representation of color #E3C008: hue angle of 50.41º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E3C008 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 192 | 8 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.11 |
| HSL | 50.41º | 0.93% | 0.46% | - |
| HSV(B) | 50.41º | 0.96% | 0.89% | - |
| XYZ | 50.57 | 54.05 | 8 | - |
| YUV | 181.49 | 30.1 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 192 | 8 | 0 | 0.15 | 0.96 | 0.11 | 50.41 | 0.93 | 0.46 |
| Hex | E3 | C0 | 8 | 0 | F | 60 | B | 32 | 5D | 2E |
| Octal | 343 | 300 | 10 | 0 | 17 | 140 | 13 | 62 | 135 | 56 |
| Binary | 11100011 | 11000000 | 1000 | 0 | 1111 | 1100000 | 1011 | 110010 | 1011101 | 101110 |
Color Harmonies of #E3C008
Complementary color
Monochromatic Colors of #E3C008
Black with #E3C008
Text Example
Text Example
White with #E3C008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C008; }
p { color: rgb(227,192,8); }
H1.HeaderClassName
{
color: #E3C008;
}
.AnyTagClassName
{
color: #E3C008;
}
</style>
background-color css
<style>
a { background-color: #E3C008; }
a { background-color: rgb(227,192,8); }
div.DivClassName
{
background-color: #E3C008;
}
.BgClassName
{
background-color: #E3C008;
}
</style>
border-color css
<style>
span { border-color: #E3C008; }
span { border-color: rgb(227,192,8); }
td.TdClassName
{
border-color: #E3C008;
}
.TagClassName
{
border-color: #E3C008;
}
</style>