Shades of Sunflower #E4CF0B
Tints of Sunflower #E4CF0B
RGB
CMYK
RGB Variations
Color information
#E4CF0B (or 0xE4CF0B) is known color: Sunflower. HEX triplet: E4, CF and 0B. RGB value is (228,207,11). Sum of RGB (Red+Green+Blue) = 228+207+11=446 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.12% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 11 (4.69% from 255 or 2.47% from 446); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CF0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4CF0B is #1B30F4. Grayscale: #BFBFBF. Windows color (decimal): -1782005 or 774116. OLE color: 774116.
HSL color Cylindrical-coordinate representation of color #E4CF0B: hue angle of 54.19º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E4CF0B is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 207 | 11 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.11 |
| HSL | 54.19º | 0.91% | 0.47% | - |
| HSV(B) | 54.19º | 0.95% | 0.89% | - |
| XYZ | 54.37 | 61.14 | 9.25 | - |
| YUV | 190.94 | 26.46 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 207 | 11 | 0 | 0.09 | 0.95 | 0.11 | 54.19 | 0.91 | 0.47 |
| Hex | E4 | CF | B | 0 | 9 | 5F | B | 36 | 5B | 2F |
| Octal | 344 | 317 | 13 | 0 | 11 | 137 | 13 | 66 | 133 | 57 |
| Binary | 11100100 | 11001111 | 1011 | 0 | 1001 | 1011111 | 1011 | 110110 | 1011011 | 101111 |
Color Harmonies of #E4CF0B
Complementary color
Monochromatic Colors of #E4CF0B
Black with #E4CF0B
Text Example
Text Example
White with #E4CF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CF0B; }
p { color: rgb(228,207,11); }
H1.HeaderClassName
{
color: #E4CF0B;
}
.AnyTagClassName
{
color: #E4CF0B;
}
</style>
background-color css
<style>
a { background-color: #E4CF0B; }
a { background-color: rgb(228,207,11); }
div.DivClassName
{
background-color: #E4CF0B;
}
.BgClassName
{
background-color: #E4CF0B;
}
</style>
border-color css
<style>
span { border-color: #E4CF0B; }
span { border-color: rgb(228,207,11); }
td.TdClassName
{
border-color: #E4CF0B;
}
.TagClassName
{
border-color: #E4CF0B;
}
</style>