Shades of Festival #E6CF46
Tints of Festival #E6CF46
RGB
CMYK
RGB Variations
Color information
#E6CF46 (or 0xE6CF46) is known color: Festival. HEX triplet: E6, CF and 46. RGB value is (230,207,70). Sum of RGB (Red+Green+Blue) = 230+207+70=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 70 (27.73% from 255 or 13.81% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CF46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6CF46 is #1930B9. Grayscale: #C6C6C6. Windows color (decimal): -1650874 or 4640742. OLE color: 4640742.
HSL color Cylindrical-coordinate representation of color #E6CF46: hue angle of 51.38º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6CF46 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 207 | 70 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.10 |
| HSL | 51.38º | 0.76% | 0.59% | - |
| HSV(B) | 51.38º | 0.7% | 0.9% | - |
| XYZ | 56.05 | 61.89 | 14.79 | - |
| YUV | 198.26 | 55.62 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 70 | 0 | 0.10 | 0.70 | 0.10 | 51.38 | 0.76 | 0.59 |
| Hex | E6 | CF | 46 | 0 | A | 46 | A | 33 | 4C | 3B |
| Octal | 346 | 317 | 106 | 0 | 12 | 106 | 12 | 63 | 114 | 73 |
| Binary | 11100110 | 11001111 | 1000110 | 0 | 1010 | 1000110 | 1010 | 110011 | 1001100 | 111011 |
Color Harmonies of #E6CF46
Complementary color
Monochromatic Colors of #E6CF46
Black with #E6CF46
Text Example
Text Example
White with #E6CF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CF46; }
p { color: rgb(230,207,70); }
H1.HeaderClassName
{
color: #E6CF46;
}
.AnyTagClassName
{
color: #E6CF46;
}
</style>
background-color css
<style>
a { background-color: #E6CF46; }
a { background-color: rgb(230,207,70); }
div.DivClassName
{
background-color: #E6CF46;
}
.BgClassName
{
background-color: #E6CF46;
}
</style>
border-color css
<style>
span { border-color: #E6CF46; }
span { border-color: rgb(230,207,70); }
td.TdClassName
{
border-color: #E6CF46;
}
.TagClassName
{
border-color: #E6CF46;
}
</style>