Shades of Sunflower #E7CF0C
Tints of Sunflower #E7CF0C
RGB
CMYK
RGB Variations
Color information
#E7CF0C (or 0xE7CF0C) is known color: Sunflower. HEX triplet: E7, CF and 0C. RGB value is (231,207,12). Sum of RGB (Red+Green+Blue) = 231+207+12=450 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.33% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 12 (5.08% from 255 or 2.67% from 450); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CF0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7CF0C is #1830F3. Grayscale: #C0C0C0. Windows color (decimal): -1585396 or 839655. OLE color: 839655.
HSL color Cylindrical-coordinate representation of color #E7CF0C: hue angle of 53.42º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7CF0C is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 207 | 12 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.09 |
| HSL | 53.42º | 0.9% | 0.48% | - |
| HSV(B) | 53.42º | 0.95% | 0.91% | - |
| XYZ | 55.33 | 61.64 | 9.33 | - |
| YUV | 191.95 | 26.45 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 207 | 12 | 0 | 0.10 | 0.95 | 0.09 | 53.42 | 0.9 | 0.48 |
| Hex | E7 | CF | C | 0 | A | 5F | 9 | 35 | 5A | 30 |
| Octal | 347 | 317 | 14 | 0 | 12 | 137 | 11 | 65 | 132 | 60 |
| Binary | 11100111 | 11001111 | 1100 | 0 | 1010 | 1011111 | 1001 | 110101 | 1011010 | 110000 |
Color Harmonies of #E7CF0C
Complementary color
Monochromatic Colors of #E7CF0C
Black with #E7CF0C
Text Example
Text Example
White with #E7CF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CF0C; }
p { color: rgb(231,207,12); }
H1.HeaderClassName
{
color: #E7CF0C;
}
.AnyTagClassName
{
color: #E7CF0C;
}
</style>
background-color css
<style>
a { background-color: #E7CF0C; }
a { background-color: rgb(231,207,12); }
div.DivClassName
{
background-color: #E7CF0C;
}
.BgClassName
{
background-color: #E7CF0C;
}
</style>
border-color css
<style>
span { border-color: #E7CF0C; }
span { border-color: rgb(231,207,12); }
td.TdClassName
{
border-color: #E7CF0C;
}
.TagClassName
{
border-color: #E7CF0C;
}
</style>