Shades of Sunflower #E2CB17
Tints of Sunflower #E2CB17
RGB
CMYK
RGB Variations
Color information
#E2CB17 (or 0xE2CB17) is known color: Sunflower. HEX triplet: E2, CB and 17. RGB value is (226,203,23). Sum of RGB (Red+Green+Blue) = 226+203+23=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 23 (9.38% from 255 or 5.09% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CB17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2CB17 is #1D34E8. Grayscale: #BEBEBE. Windows color (decimal): -1914089 or 1559522. OLE color: 1559522.
HSL color Cylindrical-coordinate representation of color #E2CB17: hue angle of 53.2º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E2CB17 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 23 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.11 |
| HSL | 53.2º | 0.82% | 0.49% | - |
| HSV(B) | 53.2º | 0.9% | 0.89% | - |
| XYZ | 52.87 | 58.94 | 9.4 | - |
| YUV | 189.36 | 34.12 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 23 | 0 | 0.10 | 0.90 | 0.11 | 53.2 | 0.82 | 0.49 |
| Hex | E2 | CB | 17 | 0 | A | 5A | B | 35 | 52 | 31 |
| Octal | 342 | 313 | 27 | 0 | 12 | 132 | 13 | 65 | 122 | 61 |
| Binary | 11100010 | 11001011 | 10111 | 0 | 1010 | 1011010 | 1011 | 110101 | 1010010 | 110001 |
Color Harmonies of #E2CB17
Complementary color
Monochromatic Colors of #E2CB17
Black with #E2CB17
Text Example
Text Example
White with #E2CB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CB17; }
p { color: rgb(226,203,23); }
H1.HeaderClassName
{
color: #E2CB17;
}
.AnyTagClassName
{
color: #E2CB17;
}
</style>
background-color css
<style>
a { background-color: #E2CB17; }
a { background-color: rgb(226,203,23); }
div.DivClassName
{
background-color: #E2CB17;
}
.BgClassName
{
background-color: #E2CB17;
}
</style>
border-color css
<style>
span { border-color: #E2CB17; }
span { border-color: rgb(226,203,23); }
td.TdClassName
{
border-color: #E2CB17;
}
.TagClassName
{
border-color: #E2CB17;
}
</style>