Shades of Sunflower #E0C305
Tints of Sunflower #E0C305
RGB
CMYK
RGB Variations
Color information
#E0C305 (or 0xE0C305) is known color: Sunflower. HEX triplet: E0, C3 and 05. RGB value is (224,195,5). Sum of RGB (Red+Green+Blue) = 224+195+5=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 5 (2.34% from 255 or 1.18% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0C305 is #1F3CFA. Grayscale: #B6B6B6. Windows color (decimal): -2047227 or 377824. OLE color: 377824.
HSL color Cylindrical-coordinate representation of color #E0C305: hue angle of 52.05º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E0C305 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 195 | 5 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.12 |
| HSL | 52.05º | 0.96% | 0.45% | - |
| HSV(B) | 52.05º | 0.98% | 0.88% | - |
| XYZ | 50.28 | 54.89 | 8.09 | - |
| YUV | 182.01 | 28.11 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 195 | 5 | 0 | 0.13 | 0.98 | 0.12 | 52.05 | 0.96 | 0.45 |
| Hex | E0 | C3 | 5 | 0 | D | 62 | C | 34 | 60 | 2D |
| Octal | 340 | 303 | 5 | 0 | 15 | 142 | 14 | 64 | 140 | 55 |
| Binary | 11100000 | 11000011 | 101 | 0 | 1101 | 1100010 | 1100 | 110100 | 1100000 | 101101 |
Color Harmonies of #E0C305
Complementary color
Monochromatic Colors of #E0C305
Black with #E0C305
Text Example
Text Example
White with #E0C305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C305; }
p { color: rgb(224,195,5); }
H1.HeaderClassName
{
color: #E0C305;
}
.AnyTagClassName
{
color: #E0C305;
}
</style>
background-color css
<style>
a { background-color: #E0C305; }
a { background-color: rgb(224,195,5); }
div.DivClassName
{
background-color: #E0C305;
}
.BgClassName
{
background-color: #E0C305;
}
</style>
border-color css
<style>
span { border-color: #E0C305; }
span { border-color: rgb(224,195,5); }
td.TdClassName
{
border-color: #E0C305;
}
.TagClassName
{
border-color: #E0C305;
}
</style>