Shades of Sunflower #E0CB0C
Tints of Sunflower #E0CB0C
RGB
CMYK
RGB Variations
Color information
#E0CB0C (or 0xE0CB0C) is known color: Sunflower. HEX triplet: E0, CB and 0C. RGB value is (224,203,12). Sum of RGB (Red+Green+Blue) = 224+203+12=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 12 (5.08% from 255 or 2.73% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0CB0C is #1F34F3. Grayscale: #BCBCBC. Windows color (decimal): -2045172 or 838624. OLE color: 838624.
HSL color Cylindrical-coordinate representation of color #E0CB0C: hue angle of 54.06º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0CB0C is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 203 | 12 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.12 |
| HSL | 54.06º | 0.9% | 0.46% | - |
| HSV(B) | 54.06º | 0.95% | 0.88% | - |
| XYZ | 52.16 | 58.59 | 8.91 | - |
| YUV | 187.51 | 28.96 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 12 | 0 | 0.09 | 0.95 | 0.12 | 54.06 | 0.9 | 0.46 |
| Hex | E0 | CB | C | 0 | 9 | 5F | C | 36 | 5A | 2E |
| Octal | 340 | 313 | 14 | 0 | 11 | 137 | 14 | 66 | 132 | 56 |
| Binary | 11100000 | 11001011 | 1100 | 0 | 1001 | 1011111 | 1100 | 110110 | 1011010 | 101110 |
Color Harmonies of #E0CB0C
Complementary color
Monochromatic Colors of #E0CB0C
Black with #E0CB0C
Text Example
Text Example
White with #E0CB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CB0C; }
p { color: rgb(224,203,12); }
H1.HeaderClassName
{
color: #E0CB0C;
}
.AnyTagClassName
{
color: #E0CB0C;
}
</style>
background-color css
<style>
a { background-color: #E0CB0C; }
a { background-color: rgb(224,203,12); }
div.DivClassName
{
background-color: #E0CB0C;
}
.BgClassName
{
background-color: #E0CB0C;
}
</style>
border-color css
<style>
span { border-color: #E0CB0C; }
span { border-color: rgb(224,203,12); }
td.TdClassName
{
border-color: #E0CB0C;
}
.TagClassName
{
border-color: #E0CB0C;
}
</style>