Shades of Sunflower #E2CF02
Tints of Sunflower #E2CF02
RGB
CMYK
RGB Variations
Color information
#E2CF02 (or 0xE2CF02) is known color: Sunflower. HEX triplet: E2, CF and 02. RGB value is (226,207,2). Sum of RGB (Red+Green+Blue) = 226+207+2=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 2 (1.17% from 255 or 0.46% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CF02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2CF02 is #1D30FD. Grayscale: #BEBEBE. Windows color (decimal): -1913086 or 184290. OLE color: 184290.
HSL color Cylindrical-coordinate representation of color #E2CF02: hue angle of 54.91º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E2CF02 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 207 | 2 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.11 |
| HSL | 54.91º | 0.98% | 0.45% | - |
| HSV(B) | 54.91º | 0.99% | 0.89% | - |
| XYZ | 53.69 | 60.8 | 8.96 | - |
| YUV | 189.31 | 22.29 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 207 | 2 | 0 | 0.08 | 0.99 | 0.11 | 54.91 | 0.98 | 0.45 |
| Hex | E2 | CF | 2 | 0 | 8 | 63 | B | 37 | 62 | 2D |
| Octal | 342 | 317 | 2 | 0 | 10 | 143 | 13 | 67 | 142 | 55 |
| Binary | 11100010 | 11001111 | 10 | 0 | 1000 | 1100011 | 1011 | 110111 | 1100010 | 101101 |
Color Harmonies of #E2CF02
Complementary color
Monochromatic Colors of #E2CF02
Black with #E2CF02
Text Example
Text Example
White with #E2CF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CF02; }
p { color: rgb(226,207,2); }
H1.HeaderClassName
{
color: #E2CF02;
}
.AnyTagClassName
{
color: #E2CF02;
}
</style>
background-color css
<style>
a { background-color: #E2CF02; }
a { background-color: rgb(226,207,2); }
div.DivClassName
{
background-color: #E2CF02;
}
.BgClassName
{
background-color: #E2CF02;
}
</style>
border-color css
<style>
span { border-color: #E2CF02; }
span { border-color: rgb(226,207,2); }
td.TdClassName
{
border-color: #E2CF02;
}
.TagClassName
{
border-color: #E2CF02;
}
</style>