Shades of Festival #E6CC54
Tints of Festival #E6CC54
RGB
CMYK
RGB Variations
Color information
#E6CC54 (or 0xE6CC54) is known color: Festival. HEX triplet: E6, CC and 54. RGB value is (230,204,84). Sum of RGB (Red+Green+Blue) = 230+204+84=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 84 (33.20% from 255 or 16.22% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CC54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CC54 is #1933AB. Grayscale: #C6C6C6. Windows color (decimal): -1651628 or 5557478. OLE color: 5557478.
HSL color Cylindrical-coordinate representation of color #E6CC54: hue angle of 49.32º 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 #E6CC54 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 84 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.10 |
| HSL | 49.32º | 0.74% | 0.62% | - |
| HSV(B) | 49.32º | 0.63% | 0.9% | - |
| XYZ | 55.83 | 60.65 | 17.15 | - |
| YUV | 198.09 | 63.61 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 84 | 0 | 0.11 | 0.63 | 0.10 | 49.32 | 0.74 | 0.62 |
| Hex | E6 | CC | 54 | 0 | B | 3F | A | 31 | 4A | 3E |
| Octal | 346 | 314 | 124 | 0 | 13 | 77 | 12 | 61 | 112 | 76 |
| Binary | 11100110 | 11001100 | 1010100 | 0 | 1011 | 111111 | 1010 | 110001 | 1001010 | 111110 |
Color Harmonies of #E6CC54
Complementary color
Monochromatic Colors of #E6CC54
Black with #E6CC54
Text Example
Text Example
White with #E6CC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CC54; }
p { color: rgb(230,204,84); }
H1.HeaderClassName
{
color: #E6CC54;
}
.AnyTagClassName
{
color: #E6CC54;
}
</style>
background-color css
<style>
a { background-color: #E6CC54; }
a { background-color: rgb(230,204,84); }
div.DivClassName
{
background-color: #E6CC54;
}
.BgClassName
{
background-color: #E6CC54;
}
</style>
border-color css
<style>
span { border-color: #E6CC54; }
span { border-color: rgb(230,204,84); }
td.TdClassName
{
border-color: #E6CC54;
}
.TagClassName
{
border-color: #E6CC54;
}
</style>