Shades of Sunflower #E5CC0C
Tints of Sunflower #E5CC0C
RGB
CMYK
RGB Variations
Color information
#E5CC0C (or 0xE5CC0C) is known color: Sunflower. HEX triplet: E5, CC and 0C. RGB value is (229,204,12). Sum of RGB (Red+Green+Blue) = 229+204+12=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 12 (5.08% from 255 or 2.70% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5CC0C is #1A33F3. Grayscale: #BEBEBE. Windows color (decimal): -1717236 or 838885. OLE color: 838885.
HSL color Cylindrical-coordinate representation of color #E5CC0C: hue angle of 53.09º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5CC0C is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 204 | 12 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.10 |
| HSL | 53.09º | 0.9% | 0.47% | - |
| HSV(B) | 53.09º | 0.95% | 0.9% | - |
| XYZ | 53.97 | 59.87 | 9.06 | - |
| YUV | 189.59 | 27.78 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 204 | 12 | 0 | 0.11 | 0.95 | 0.10 | 53.09 | 0.9 | 0.47 |
| Hex | E5 | CC | C | 0 | B | 5F | A | 35 | 5A | 2F |
| Octal | 345 | 314 | 14 | 0 | 13 | 137 | 12 | 65 | 132 | 57 |
| Binary | 11100101 | 11001100 | 1100 | 0 | 1011 | 1011111 | 1010 | 110101 | 1011010 | 101111 |
Color Harmonies of #E5CC0C
Complementary color
Monochromatic Colors of #E5CC0C
Black with #E5CC0C
Text Example
Text Example
White with #E5CC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CC0C; }
p { color: rgb(229,204,12); }
H1.HeaderClassName
{
color: #E5CC0C;
}
.AnyTagClassName
{
color: #E5CC0C;
}
</style>
background-color css
<style>
a { background-color: #E5CC0C; }
a { background-color: rgb(229,204,12); }
div.DivClassName
{
background-color: #E5CC0C;
}
.BgClassName
{
background-color: #E5CC0C;
}
</style>
border-color css
<style>
span { border-color: #E5CC0C; }
span { border-color: rgb(229,204,12); }
td.TdClassName
{
border-color: #E5CC0C;
}
.TagClassName
{
border-color: #E5CC0C;
}
</style>