Shades of Festival #E6CE54
Tints of Festival #E6CE54
RGB
CMYK
RGB Variations
Color information
#E6CE54 (or 0xE6CE54) is known color: Festival. HEX triplet: E6, CE and 54. RGB value is (230,206,84). Sum of RGB (Red+Green+Blue) = 230+206+84=520 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.23% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 84 (33.20% from 255 or 16.15% from 520); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CE54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CE54 is #1931AB. Grayscale: #C7C7C7. Windows color (decimal): -1651116 or 5557990. OLE color: 5557990.
HSL color Cylindrical-coordinate representation of color #E6CE54: hue angle of 50.14º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E6CE54 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 206 | 84 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.10 |
| HSL | 50.14º | 0.74% | 0.62% | - |
| HSV(B) | 50.14º | 0.63% | 0.9% | - |
| XYZ | 56.3 | 61.61 | 17.31 | - |
| YUV | 199.27 | 62.95 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 206 | 84 | 0 | 0.10 | 0.63 | 0.10 | 50.14 | 0.74 | 0.62 |
| Hex | E6 | CE | 54 | 0 | A | 3F | A | 32 | 4A | 3E |
| Octal | 346 | 316 | 124 | 0 | 12 | 77 | 12 | 62 | 112 | 76 |
| Binary | 11100110 | 11001110 | 1010100 | 0 | 1010 | 111111 | 1010 | 110010 | 1001010 | 111110 |
Color Harmonies of #E6CE54
Complementary color
Monochromatic Colors of #E6CE54
Black with #E6CE54
Text Example
Text Example
White with #E6CE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CE54; }
p { color: rgb(230,206,84); }
H1.HeaderClassName
{
color: #E6CE54;
}
.AnyTagClassName
{
color: #E6CE54;
}
</style>
background-color css
<style>
a { background-color: #E6CE54; }
a { background-color: rgb(230,206,84); }
div.DivClassName
{
background-color: #E6CE54;
}
.BgClassName
{
background-color: #E6CE54;
}
</style>
border-color css
<style>
span { border-color: #E6CE54; }
span { border-color: rgb(230,206,84); }
td.TdClassName
{
border-color: #E6CE54;
}
.TagClassName
{
border-color: #E6CE54;
}
</style>