Shades of Sunflower #E4CC0C
Tints of Sunflower #E4CC0C
RGB
CMYK
RGB Variations
Color information
#E4CC0C (or 0xE4CC0C) is known color: Sunflower. HEX triplet: E4, CC and 0C. RGB value is (228,204,12). Sum of RGB (Red+Green+Blue) = 228+204+12=444 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.35% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 12 (5.08% from 255 or 2.70% from 444); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4CC0C is #1B33F3. Grayscale: #BEBEBE. Windows color (decimal): -1782772 or 838884. OLE color: 838884.
HSL color Cylindrical-coordinate representation of color #E4CC0C: hue angle of 53.33º 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 #E4CC0C is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 204 | 12 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.11 |
| HSL | 53.33º | 0.9% | 0.47% | - |
| HSV(B) | 53.33º | 0.95% | 0.89% | - |
| XYZ | 53.65 | 59.71 | 9.04 | - |
| YUV | 189.29 | 27.95 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 204 | 12 | 0 | 0.11 | 0.95 | 0.11 | 53.33 | 0.9 | 0.47 |
| Hex | E4 | CC | C | 0 | B | 5F | B | 35 | 5A | 2F |
| Octal | 344 | 314 | 14 | 0 | 13 | 137 | 13 | 65 | 132 | 57 |
| Binary | 11100100 | 11001100 | 1100 | 0 | 1011 | 1011111 | 1011 | 110101 | 1011010 | 101111 |
Color Harmonies of #E4CC0C
Complementary color
Monochromatic Colors of #E4CC0C
Black with #E4CC0C
Text Example
Text Example
White with #E4CC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CC0C; }
p { color: rgb(228,204,12); }
H1.HeaderClassName
{
color: #E4CC0C;
}
.AnyTagClassName
{
color: #E4CC0C;
}
</style>
background-color css
<style>
a { background-color: #E4CC0C; }
a { background-color: rgb(228,204,12); }
div.DivClassName
{
background-color: #E4CC0C;
}
.BgClassName
{
background-color: #E4CC0C;
}
</style>
border-color css
<style>
span { border-color: #E4CC0C; }
span { border-color: rgb(228,204,12); }
td.TdClassName
{
border-color: #E4CC0C;
}
.TagClassName
{
border-color: #E4CC0C;
}
</style>