Shades of Sunflower #E6D20B
Tints of Sunflower #E6D20B
RGB
CMYK
RGB Variations
Color information
#E6D20B (or 0xE6D20B) is known color: Sunflower. HEX triplet: E6, D2 and 0B. RGB value is (230,210,11). Sum of RGB (Red+Green+Blue) = 230+210+11=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 210 (82.42% from 255 or 46.56% from 451); Blue value is 11 (4.69% from 255 or 2.44% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D20B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D20B is #192DF4. Grayscale: #C2C2C2. Windows color (decimal): -1650165 or 774886. OLE color: 774886.
HSL color Cylindrical-coordinate representation of color #E6D20B: hue angle of 54.52º 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 #E6D20B is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 210 | 11 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.10 |
| HSL | 54.52º | 0.91% | 0.47% | - |
| HSV(B) | 54.52º | 0.95% | 0.9% | - |
| XYZ | 55.74 | 62.94 | 9.53 | - |
| YUV | 193.29 | 25.13 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 210 | 11 | 0 | 0.09 | 0.95 | 0.10 | 54.52 | 0.91 | 0.47 |
| Hex | E6 | D2 | B | 0 | 9 | 5F | A | 37 | 5B | 2F |
| Octal | 346 | 322 | 13 | 0 | 11 | 137 | 12 | 67 | 133 | 57 |
| Binary | 11100110 | 11010010 | 1011 | 0 | 1001 | 1011111 | 1010 | 110111 | 1011011 | 101111 |
Color Harmonies of #E6D20B
Complementary color
Monochromatic Colors of #E6D20B
Black with #E6D20B
Text Example
Text Example
White with #E6D20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D20B; }
p { color: rgb(230,210,11); }
H1.HeaderClassName
{
color: #E6D20B;
}
.AnyTagClassName
{
color: #E6D20B;
}
</style>
background-color css
<style>
a { background-color: #E6D20B; }
a { background-color: rgb(230,210,11); }
div.DivClassName
{
background-color: #E6D20B;
}
.BgClassName
{
background-color: #E6D20B;
}
</style>
border-color css
<style>
span { border-color: #E6D20B; }
span { border-color: rgb(230,210,11); }
td.TdClassName
{
border-color: #E6D20B;
}
.TagClassName
{
border-color: #E6D20B;
}
</style>