Shades of Sunflower #E6C80B
Tints of Sunflower #E6C80B
RGB
CMYK
RGB Variations
Color information
#E6C80B (or 0xE6C80B) is known color: Sunflower. HEX triplet: E6, C8 and 0B. RGB value is (230,200,11). Sum of RGB (Red+Green+Blue) = 230+200+11=441 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.15% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 11 (4.69% from 255 or 2.49% from 441); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C80B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6C80B is #1937F4. Grayscale: #BCBCBC. Windows color (decimal): -1652725 or 772326. OLE color: 772326.
HSL color Cylindrical-coordinate representation of color #E6C80B: hue angle of 51.78º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6C80B is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 200 | 11 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.10 |
| HSL | 51.78º | 0.91% | 0.47% | - |
| HSV(B) | 51.78º | 0.95% | 0.9% | - |
| XYZ | 53.35 | 58.16 | 8.73 | - |
| YUV | 187.42 | 28.44 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 200 | 11 | 0 | 0.13 | 0.95 | 0.10 | 51.78 | 0.91 | 0.47 |
| Hex | E6 | C8 | B | 0 | D | 5F | A | 34 | 5B | 2F |
| Octal | 346 | 310 | 13 | 0 | 15 | 137 | 12 | 64 | 133 | 57 |
| Binary | 11100110 | 11001000 | 1011 | 0 | 1101 | 1011111 | 1010 | 110100 | 1011011 | 101111 |
Color Harmonies of #E6C80B
Complementary color
Monochromatic Colors of #E6C80B
Black with #E6C80B
Text Example
Text Example
White with #E6C80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C80B; }
p { color: rgb(230,200,11); }
H1.HeaderClassName
{
color: #E6C80B;
}
.AnyTagClassName
{
color: #E6C80B;
}
</style>
background-color css
<style>
a { background-color: #E6C80B; }
a { background-color: rgb(230,200,11); }
div.DivClassName
{
background-color: #E6C80B;
}
.BgClassName
{
background-color: #E6C80B;
}
</style>
border-color css
<style>
span { border-color: #E6C80B; }
span { border-color: rgb(230,200,11); }
td.TdClassName
{
border-color: #E6C80B;
}
.TagClassName
{
border-color: #E6C80B;
}
</style>