Shades of Festival #E6CC55
Tints of Festival #E6CC55
RGB
CMYK
RGB Variations
Color information
#E6CC55 (or 0xE6CC55) is known color: Festival. HEX triplet: E6, CC and 55. RGB value is (230,204,85). Sum of RGB (Red+Green+Blue) = 230+204+85=519 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.32% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 85 (33.59% from 255 or 16.38% from 519); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CC55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CC55 is #1933AA. Grayscale: #C6C6C6. Windows color (decimal): -1651627 or 5623014. OLE color: 5623014.
HSL color Cylindrical-coordinate representation of color #E6CC55: hue angle of 49.24º 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 #E6CC55 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 85 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.10 |
| HSL | 49.24º | 0.74% | 0.62% | - |
| HSV(B) | 49.24º | 0.63% | 0.9% | - |
| XYZ | 55.87 | 60.66 | 17.36 | - |
| YUV | 198.21 | 64.11 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 85 | 0 | 0.11 | 0.63 | 0.10 | 49.24 | 0.74 | 0.62 |
| Hex | E6 | CC | 55 | 0 | B | 3F | A | 31 | 4A | 3E |
| Octal | 346 | 314 | 125 | 0 | 13 | 77 | 12 | 61 | 112 | 76 |
| Binary | 11100110 | 11001100 | 1010101 | 0 | 1011 | 111111 | 1010 | 110001 | 1001010 | 111110 |
Color Harmonies of #E6CC55
Complementary color
Monochromatic Colors of #E6CC55
Black with #E6CC55
Text Example
Text Example
White with #E6CC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CC55; }
p { color: rgb(230,204,85); }
H1.HeaderClassName
{
color: #E6CC55;
}
.AnyTagClassName
{
color: #E6CC55;
}
</style>
background-color css
<style>
a { background-color: #E6CC55; }
a { background-color: rgb(230,204,85); }
div.DivClassName
{
background-color: #E6CC55;
}
.BgClassName
{
background-color: #E6CC55;
}
</style>
border-color css
<style>
span { border-color: #E6CC55; }
span { border-color: rgb(230,204,85); }
td.TdClassName
{
border-color: #E6CC55;
}
.TagClassName
{
border-color: #E6CC55;
}
</style>