Shades of Sunflower #E9BD0C
Tints of Sunflower #E9BD0C
RGB
CMYK
RGB Variations
Color information
#E9BD0C (or 0xE9BD0C) is known color: Sunflower. HEX triplet: E9, BD and 0C. RGB value is (233,189,12). Sum of RGB (Red+Green+Blue) = 233+189+12=434 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.69% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 12 (5.08% from 255 or 2.76% from 434); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BD0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9BD0C is #1642F3. Grayscale: #B6B6B6. Windows color (decimal): -1458932 or 835049. OLE color: 835049.
HSL color Cylindrical-coordinate representation of color #E9BD0C: hue angle of 48.05º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E9BD0C is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 189 | 12 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.09 |
| HSL | 48.05º | 0.9% | 0.48% | - |
| HSV(B) | 48.05º | 0.95% | 0.91% | - |
| XYZ | 51.87 | 53.75 | 7.99 | - |
| YUV | 181.98 | 32.08 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 189 | 12 | 0 | 0.19 | 0.95 | 0.09 | 48.05 | 0.9 | 0.48 |
| Hex | E9 | BD | C | 0 | 13 | 5F | 9 | 30 | 5A | 30 |
| Octal | 351 | 275 | 14 | 0 | 23 | 137 | 11 | 60 | 132 | 60 |
| Binary | 11101001 | 10111101 | 1100 | 0 | 10011 | 1011111 | 1001 | 110000 | 1011010 | 110000 |
Color Harmonies of #E9BD0C
Complementary color
Monochromatic Colors of #E9BD0C
Black with #E9BD0C
Text Example
Text Example
White with #E9BD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BD0C; }
p { color: rgb(233,189,12); }
H1.HeaderClassName
{
color: #E9BD0C;
}
.AnyTagClassName
{
color: #E9BD0C;
}
</style>
background-color css
<style>
a { background-color: #E9BD0C; }
a { background-color: rgb(233,189,12); }
div.DivClassName
{
background-color: #E9BD0C;
}
.BgClassName
{
background-color: #E9BD0C;
}
</style>
border-color css
<style>
span { border-color: #E9BD0C; }
span { border-color: rgb(233,189,12); }
td.TdClassName
{
border-color: #E9BD0C;
}
.TagClassName
{
border-color: #E9BD0C;
}
</style>