Shades of Sunflower #E6CB11
Tints of Sunflower #E6CB11
RGB
CMYK
RGB Variations
Color information
#E6CB11 (or 0xE6CB11) is known color: Sunflower. HEX triplet: E6, CB and 11. RGB value is (230,203,17). Sum of RGB (Red+Green+Blue) = 230+203+17=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 17 (7.03% from 255 or 3.78% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CB11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6CB11 is #1934EE. Grayscale: #BEBEBE. Windows color (decimal): -1651951 or 1166310. OLE color: 1166310.
HSL color Cylindrical-coordinate representation of color #E6CB11: hue angle of 52.39º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6CB11 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 203 | 17 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.10 |
| HSL | 52.39º | 0.86% | 0.48% | - |
| HSV(B) | 52.39º | 0.93% | 0.9% | - |
| XYZ | 54.09 | 59.58 | 9.18 | - |
| YUV | 189.87 | 30.45 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 17 | 0 | 0.12 | 0.93 | 0.10 | 52.39 | 0.86 | 0.48 |
| Hex | E6 | CB | 11 | 0 | C | 5D | A | 34 | 56 | 30 |
| Octal | 346 | 313 | 21 | 0 | 14 | 135 | 12 | 64 | 126 | 60 |
| Binary | 11100110 | 11001011 | 10001 | 0 | 1100 | 1011101 | 1010 | 110100 | 1010110 | 110000 |
Color Harmonies of #E6CB11
Complementary color
Monochromatic Colors of #E6CB11
Black with #E6CB11
Text Example
Text Example
White with #E6CB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CB11; }
p { color: rgb(230,203,17); }
H1.HeaderClassName
{
color: #E6CB11;
}
.AnyTagClassName
{
color: #E6CB11;
}
</style>
background-color css
<style>
a { background-color: #E6CB11; }
a { background-color: rgb(230,203,17); }
div.DivClassName
{
background-color: #E6CB11;
}
.BgClassName
{
background-color: #E6CB11;
}
</style>
border-color css
<style>
span { border-color: #E6CB11; }
span { border-color: rgb(230,203,17); }
td.TdClassName
{
border-color: #E6CB11;
}
.TagClassName
{
border-color: #E6CB11;
}
</style>