Shades of Sunflower #E2CB0F
Tints of Sunflower #E2CB0F
RGB
CMYK
RGB Variations
Color information
#E2CB0F (or 0xE2CB0F) is known color: Sunflower. HEX triplet: E2, CB and 0F. RGB value is (226,203,15). Sum of RGB (Red+Green+Blue) = 226+203+15=444 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.90% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 15 (6.25% from 255 or 3.38% from 444); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CB0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2CB0F is #1D34F0. Grayscale: #BDBDBD. Windows color (decimal): -1914097 or 1035234. OLE color: 1035234.
HSL color Cylindrical-coordinate representation of color #E2CB0F: hue angle of 53.46º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2CB0F is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 15 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.11 |
| HSL | 53.46º | 0.88% | 0.47% | - |
| HSV(B) | 53.46º | 0.93% | 0.89% | - |
| XYZ | 52.81 | 58.92 | 9.04 | - |
| YUV | 188.45 | 30.12 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 15 | 0 | 0.10 | 0.93 | 0.11 | 53.46 | 0.88 | 0.47 |
| Hex | E2 | CB | F | 0 | A | 5D | B | 35 | 58 | 2F |
| Octal | 342 | 313 | 17 | 0 | 12 | 135 | 13 | 65 | 130 | 57 |
| Binary | 11100010 | 11001011 | 1111 | 0 | 1010 | 1011101 | 1011 | 110101 | 1011000 | 101111 |
Color Harmonies of #E2CB0F
Complementary color
Monochromatic Colors of #E2CB0F
Black with #E2CB0F
Text Example
Text Example
White with #E2CB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CB0F; }
p { color: rgb(226,203,15); }
H1.HeaderClassName
{
color: #E2CB0F;
}
.AnyTagClassName
{
color: #E2CB0F;
}
</style>
background-color css
<style>
a { background-color: #E2CB0F; }
a { background-color: rgb(226,203,15); }
div.DivClassName
{
background-color: #E2CB0F;
}
.BgClassName
{
background-color: #E2CB0F;
}
</style>
border-color css
<style>
span { border-color: #E2CB0F; }
span { border-color: rgb(226,203,15); }
td.TdClassName
{
border-color: #E2CB0F;
}
.TagClassName
{
border-color: #E2CB0F;
}
</style>