Shades of Sunflower #E6CB06
Tints of Sunflower #E6CB06
RGB
CMYK
RGB Variations
Color information
#E6CB06 (or 0xE6CB06) is known color: Sunflower. HEX triplet: E6, CB and 06. RGB value is (230,203,6). Sum of RGB (Red+Green+Blue) = 230+203+6=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 6 (2.73% from 255 or 1.37% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CB06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6CB06 is #1934F9. Grayscale: #BDBDBD. Windows color (decimal): -1651962 or 445414. OLE color: 445414.
HSL color Cylindrical-coordinate representation of color #E6CB06: hue angle of 52.77º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6CB06 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 203 | 6 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.10 |
| HSL | 52.77º | 0.95% | 0.46% | - |
| HSV(B) | 52.77º | 0.97% | 0.9% | - |
| XYZ | 54.02 | 59.55 | 8.82 | - |
| YUV | 188.62 | 24.95 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 6 | 0 | 0.12 | 0.97 | 0.10 | 52.77 | 0.95 | 0.46 |
| Hex | E6 | CB | 6 | 0 | C | 61 | A | 35 | 5F | 2E |
| Octal | 346 | 313 | 6 | 0 | 14 | 141 | 12 | 65 | 137 | 56 |
| Binary | 11100110 | 11001011 | 110 | 0 | 1100 | 1100001 | 1010 | 110101 | 1011111 | 101110 |
Color Harmonies of #E6CB06
Complementary color
Monochromatic Colors of #E6CB06
Black with #E6CB06
Text Example
Text Example
White with #E6CB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CB06; }
p { color: rgb(230,203,6); }
H1.HeaderClassName
{
color: #E6CB06;
}
.AnyTagClassName
{
color: #E6CB06;
}
</style>
background-color css
<style>
a { background-color: #E6CB06; }
a { background-color: rgb(230,203,6); }
div.DivClassName
{
background-color: #E6CB06;
}
.BgClassName
{
background-color: #E6CB06;
}
</style>
border-color css
<style>
span { border-color: #E6CB06; }
span { border-color: rgb(230,203,6); }
td.TdClassName
{
border-color: #E6CB06;
}
.TagClassName
{
border-color: #E6CB06;
}
</style>