Shades of Sunflower #E0BF01
Tints of Sunflower #E0BF01
RGB
CMYK
RGB Variations
Color information
#E0BF01 (or 0xE0BF01) is known color: Sunflower. HEX triplet: E0, BF and 01. RGB value is (224,191,1). Sum of RGB (Red+Green+Blue) = 224+191+1=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 191 (75% from 255 or 45.91% from 416); Blue value is 1 (0.78% from 255 or 0.24% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BF01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0BF01 is #1F40FE. Grayscale: #B4B4B4. Windows color (decimal): -2048255 or 114656. OLE color: 114656.
HSL color Cylindrical-coordinate representation of color #E0BF01: hue angle of 51.12º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0BF01 is Cyan = 0, Magento = 0.15, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 191 | 1 | - |
| CMYK | 0 | 0.15 | 1.00 | 0.12 |
| HSL | 51.12º | 0.99% | 0.44% | - |
| HSV(B) | 51.12º | 1% | 0.88% | - |
| XYZ | 49.38 | 53.11 | 7.68 | - |
| YUV | 179.21 | 27.43 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 191 | 1 | 0 | 0.15 | 1.00 | 0.12 | 51.12 | 0.99 | 0.44 |
| Hex | E0 | BF | 1 | 0 | F | 64 | C | 33 | 63 | 2C |
| Octal | 340 | 277 | 1 | 0 | 17 | 144 | 14 | 63 | 143 | 54 |
| Binary | 11100000 | 10111111 | 1 | 0 | 1111 | 1100100 | 1100 | 110011 | 1100011 | 101100 |
Color Harmonies of #E0BF01
Complementary color
Monochromatic Colors of #E0BF01
Black with #E0BF01
Text Example
Text Example
White with #E0BF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BF01; }
p { color: rgb(224,191,1); }
H1.HeaderClassName
{
color: #E0BF01;
}
.AnyTagClassName
{
color: #E0BF01;
}
</style>
background-color css
<style>
a { background-color: #E0BF01; }
a { background-color: rgb(224,191,1); }
div.DivClassName
{
background-color: #E0BF01;
}
.BgClassName
{
background-color: #E0BF01;
}
</style>
border-color css
<style>
span { border-color: #E0BF01; }
span { border-color: rgb(224,191,1); }
td.TdClassName
{
border-color: #E0BF01;
}
.TagClassName
{
border-color: #E0BF01;
}
</style>