Shades of Sunflower #E0CC1D
Tints of Sunflower #E0CC1D
RGB
CMYK
RGB Variations
Color information
#E0CC1D (or 0xE0CC1D) is known color: Sunflower. HEX triplet: E0, CC and 1D. RGB value is (224,204,29). Sum of RGB (Red+Green+Blue) = 224+204+29=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 29 (11.72% from 255 or 6.35% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CC1D is #1F33E2. Grayscale: #BEBEBE. Windows color (decimal): -2044899 or 1952992. OLE color: 1952992.
HSL color Cylindrical-coordinate representation of color #E0CC1D: hue angle of 53.85º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E0CC1D is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 204 | 29 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.12 |
| HSL | 53.85º | 0.77% | 0.5% | - |
| HSV(B) | 53.85º | 0.87% | 0.88% | - |
| XYZ | 52.56 | 59.12 | 9.8 | - |
| YUV | 190.03 | 37.13 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 204 | 29 | 0 | 0.09 | 0.87 | 0.12 | 53.85 | 0.77 | 0.5 |
| Hex | E0 | CC | 1D | 0 | 9 | 57 | C | 36 | 4D | 32 |
| Octal | 340 | 314 | 35 | 0 | 11 | 127 | 14 | 66 | 115 | 62 |
| Binary | 11100000 | 11001100 | 11101 | 0 | 1001 | 1010111 | 1100 | 110110 | 1001101 | 110010 |
Color Harmonies of #E0CC1D
Complementary color
Monochromatic Colors of #E0CC1D
Black with #E0CC1D
Text Example
Text Example
White with #E0CC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CC1D; }
p { color: rgb(224,204,29); }
H1.HeaderClassName
{
color: #E0CC1D;
}
.AnyTagClassName
{
color: #E0CC1D;
}
</style>
background-color css
<style>
a { background-color: #E0CC1D; }
a { background-color: rgb(224,204,29); }
div.DivClassName
{
background-color: #E0CC1D;
}
.BgClassName
{
background-color: #E0CC1D;
}
</style>
border-color css
<style>
span { border-color: #E0CC1D; }
span { border-color: rgb(224,204,29); }
td.TdClassName
{
border-color: #E0CC1D;
}
.TagClassName
{
border-color: #E0CC1D;
}
</style>