Shades of Festival #E6CE55
Tints of Festival #E6CE55
RGB
CMYK
RGB Variations
Color information
#E6CE55 (or 0xE6CE55) is known color: Festival. HEX triplet: E6, CE and 55. RGB value is (230,206,85). Sum of RGB (Red+Green+Blue) = 230+206+85=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 85 (33.59% from 255 or 16.31% from 521); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CE55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CE55 is #1931AA. Grayscale: #C7C7C7. Windows color (decimal): -1651115 or 5623526. OLE color: 5623526.
HSL color Cylindrical-coordinate representation of color #E6CE55: hue angle of 50.07º 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 #E6CE55 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 206 | 85 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.10 |
| HSL | 50.07º | 0.74% | 0.62% | - |
| HSV(B) | 50.07º | 0.63% | 0.9% | - |
| XYZ | 56.34 | 61.62 | 17.52 | - |
| YUV | 199.38 | 63.45 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 206 | 85 | 0 | 0.10 | 0.63 | 0.10 | 50.07 | 0.74 | 0.62 |
| Hex | E6 | CE | 55 | 0 | A | 3F | A | 32 | 4A | 3E |
| Octal | 346 | 316 | 125 | 0 | 12 | 77 | 12 | 62 | 112 | 76 |
| Binary | 11100110 | 11001110 | 1010101 | 0 | 1010 | 111111 | 1010 | 110010 | 1001010 | 111110 |
Color Harmonies of #E6CE55
Complementary color
Monochromatic Colors of #E6CE55
Black with #E6CE55
Text Example
Text Example
White with #E6CE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CE55; }
p { color: rgb(230,206,85); }
H1.HeaderClassName
{
color: #E6CE55;
}
.AnyTagClassName
{
color: #E6CE55;
}
</style>
background-color css
<style>
a { background-color: #E6CE55; }
a { background-color: rgb(230,206,85); }
div.DivClassName
{
background-color: #E6CE55;
}
.BgClassName
{
background-color: #E6CE55;
}
</style>
border-color css
<style>
span { border-color: #E6CE55; }
span { border-color: rgb(230,206,85); }
td.TdClassName
{
border-color: #E6CE55;
}
.TagClassName
{
border-color: #E6CE55;
}
</style>