Shades of Sunflower #E2CE0F
Tints of Sunflower #E2CE0F
RGB
CMYK
RGB Variations
Color information
#E2CE0F (or 0xE2CE0F) is known color: Sunflower. HEX triplet: E2, CE and 0F. RGB value is (226,206,15). Sum of RGB (Red+Green+Blue) = 226+206+15=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 15 (6.25% from 255 or 3.36% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CE0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2CE0F is #1D31F0. Grayscale: #BEBEBE. Windows color (decimal): -1913329 or 1036002. OLE color: 1036002.
HSL color Cylindrical-coordinate representation of color #E2CE0F: hue angle of 54.31º 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 #E2CE0F is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 206 | 15 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.11 |
| HSL | 54.31º | 0.88% | 0.47% | - |
| HSV(B) | 54.31º | 0.93% | 0.89% | - |
| XYZ | 53.52 | 60.35 | 9.28 | - |
| YUV | 190.21 | 29.13 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 206 | 15 | 0 | 0.09 | 0.93 | 0.11 | 54.31 | 0.88 | 0.47 |
| Hex | E2 | CE | F | 0 | 9 | 5D | B | 36 | 58 | 2F |
| Octal | 342 | 316 | 17 | 0 | 11 | 135 | 13 | 66 | 130 | 57 |
| Binary | 11100010 | 11001110 | 1111 | 0 | 1001 | 1011101 | 1011 | 110110 | 1011000 | 101111 |
Color Harmonies of #E2CE0F
Complementary color
Monochromatic Colors of #E2CE0F
Black with #E2CE0F
Text Example
Text Example
White with #E2CE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CE0F; }
p { color: rgb(226,206,15); }
H1.HeaderClassName
{
color: #E2CE0F;
}
.AnyTagClassName
{
color: #E2CE0F;
}
</style>
background-color css
<style>
a { background-color: #E2CE0F; }
a { background-color: rgb(226,206,15); }
div.DivClassName
{
background-color: #E2CE0F;
}
.BgClassName
{
background-color: #E2CE0F;
}
</style>
border-color css
<style>
span { border-color: #E2CE0F; }
span { border-color: rgb(226,206,15); }
td.TdClassName
{
border-color: #E2CE0F;
}
.TagClassName
{
border-color: #E2CE0F;
}
</style>