Shades of Sunflower #E0CB0E
Tints of Sunflower #E0CB0E
RGB
CMYK
RGB Variations
Color information
#E0CB0E (or 0xE0CB0E) is known color: Sunflower. HEX triplet: E0, CB and 0E. RGB value is (224,203,14). Sum of RGB (Red+Green+Blue) = 224+203+14=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 14 (5.86% from 255 or 3.17% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0CB0E is #1F34F1. Grayscale: #BCBCBC. Windows color (decimal): -2045170 or 969696. OLE color: 969696.
HSL color Cylindrical-coordinate representation of color #E0CB0E: hue angle of 54º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0CB0E is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 203 | 14 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.12 |
| HSL | 54º | 0.88% | 0.47% | - |
| HSV(B) | 54º | 0.94% | 0.88% | - |
| XYZ | 52.18 | 58.59 | 8.97 | - |
| YUV | 187.73 | 29.96 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 14 | 0 | 0.09 | 0.94 | 0.12 | 54 | 0.88 | 0.47 |
| Hex | E0 | CB | E | 0 | 9 | 5E | C | 36 | 58 | 2F |
| Octal | 340 | 313 | 16 | 0 | 11 | 136 | 14 | 66 | 130 | 57 |
| Binary | 11100000 | 11001011 | 1110 | 0 | 1001 | 1011110 | 1100 | 110110 | 1011000 | 101111 |
Color Harmonies of #E0CB0E
Complementary color
Monochromatic Colors of #E0CB0E
Black with #E0CB0E
Text Example
Text Example
White with #E0CB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CB0E; }
p { color: rgb(224,203,14); }
H1.HeaderClassName
{
color: #E0CB0E;
}
.AnyTagClassName
{
color: #E0CB0E;
}
</style>
background-color css
<style>
a { background-color: #E0CB0E; }
a { background-color: rgb(224,203,14); }
div.DivClassName
{
background-color: #E0CB0E;
}
.BgClassName
{
background-color: #E0CB0E;
}
</style>
border-color css
<style>
span { border-color: #E0CB0E; }
span { border-color: rgb(224,203,14); }
td.TdClassName
{
border-color: #E0CB0E;
}
.TagClassName
{
border-color: #E0CB0E;
}
</style>