Shades of Festival #E6CF4E
Tints of Festival #E6CF4E
RGB
CMYK
RGB Variations
Color information
#E6CF4E (or 0xE6CF4E) is known color: Festival. HEX triplet: E6, CF and 4E. RGB value is (230,207,78). Sum of RGB (Red+Green+Blue) = 230+207+78=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 78 (30.86% from 255 or 15.15% from 515); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CF4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CF4E is #1930B1. Grayscale: #C7C7C7. Windows color (decimal): -1650866 or 5165030. OLE color: 5165030.
HSL color Cylindrical-coordinate representation of color #E6CF4E: hue angle of 50.92º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E6CF4E is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 207 | 78 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.10 |
| HSL | 50.92º | 0.75% | 0.6% | - |
| HSV(B) | 50.92º | 0.66% | 0.9% | - |
| XYZ | 56.32 | 62 | 16.21 | - |
| YUV | 199.17 | 59.62 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 78 | 0 | 0.10 | 0.66 | 0.10 | 50.92 | 0.75 | 0.6 |
| Hex | E6 | CF | 4E | 0 | A | 42 | A | 33 | 4B | 3C |
| Octal | 346 | 317 | 116 | 0 | 12 | 102 | 12 | 63 | 113 | 74 |
| Binary | 11100110 | 11001111 | 1001110 | 0 | 1010 | 1000010 | 1010 | 110011 | 1001011 | 111100 |
Color Harmonies of #E6CF4E
Complementary color
Monochromatic Colors of #E6CF4E
Black with #E6CF4E
Text Example
Text Example
White with #E6CF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CF4E; }
p { color: rgb(230,207,78); }
H1.HeaderClassName
{
color: #E6CF4E;
}
.AnyTagClassName
{
color: #E6CF4E;
}
</style>
background-color css
<style>
a { background-color: #E6CF4E; }
a { background-color: rgb(230,207,78); }
div.DivClassName
{
background-color: #E6CF4E;
}
.BgClassName
{
background-color: #E6CF4E;
}
</style>
border-color css
<style>
span { border-color: #E6CF4E; }
span { border-color: rgb(230,207,78); }
td.TdClassName
{
border-color: #E6CF4E;
}
.TagClassName
{
border-color: #E6CF4E;
}
</style>