Shades of Sunflower #E6CA0F
Tints of Sunflower #E6CA0F
RGB
CMYK
RGB Variations
Color information
#E6CA0F (or 0xE6CA0F) is known color: Sunflower. HEX triplet: E6, CA and 0F. RGB value is (230,202,15). Sum of RGB (Red+Green+Blue) = 230+202+15=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 15 (6.25% from 255 or 3.36% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CA0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6CA0F is #1935F0. Grayscale: #BDBDBD. Windows color (decimal): -1652209 or 1034982. OLE color: 1034982.
HSL color Cylindrical-coordinate representation of color #E6CA0F: hue angle of 52.19º degrees, saturation: 0.88, 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 #E6CA0F is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 202 | 15 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.10 |
| HSL | 52.19º | 0.88% | 0.48% | - |
| HSV(B) | 52.19º | 0.93% | 0.9% | - |
| XYZ | 53.84 | 59.1 | 9.02 | - |
| YUV | 189.05 | 29.78 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 202 | 15 | 0 | 0.12 | 0.93 | 0.10 | 52.19 | 0.88 | 0.48 |
| Hex | E6 | CA | F | 0 | C | 5D | A | 34 | 58 | 30 |
| Octal | 346 | 312 | 17 | 0 | 14 | 135 | 12 | 64 | 130 | 60 |
| Binary | 11100110 | 11001010 | 1111 | 0 | 1100 | 1011101 | 1010 | 110100 | 1011000 | 110000 |
Color Harmonies of #E6CA0F
Complementary color
Monochromatic Colors of #E6CA0F
Black with #E6CA0F
Text Example
Text Example
White with #E6CA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CA0F; }
p { color: rgb(230,202,15); }
H1.HeaderClassName
{
color: #E6CA0F;
}
.AnyTagClassName
{
color: #E6CA0F;
}
</style>
background-color css
<style>
a { background-color: #E6CA0F; }
a { background-color: rgb(230,202,15); }
div.DivClassName
{
background-color: #E6CA0F;
}
.BgClassName
{
background-color: #E6CA0F;
}
</style>
border-color css
<style>
span { border-color: #E6CA0F; }
span { border-color: rgb(230,202,15); }
td.TdClassName
{
border-color: #E6CA0F;
}
.TagClassName
{
border-color: #E6CA0F;
}
</style>