Shades of Festival #E6CA49
Tints of Festival #E6CA49
RGB
CMYK
RGB Variations
Color information
#E6CA49 (or 0xE6CA49) is known color: Festival. HEX triplet: E6, CA and 49. RGB value is (230,202,73). Sum of RGB (Red+Green+Blue) = 230+202+73=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 73 (28.91% from 255 or 14.46% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CA49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6CA49 is #1935B6. Grayscale: #C4C4C4. Windows color (decimal): -1652151 or 4836070. OLE color: 4836070.
HSL color Cylindrical-coordinate representation of color #E6CA49: hue angle of 49.3º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E6CA49 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 202 | 73 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.10 |
| HSL | 49.3º | 0.76% | 0.59% | - |
| HSV(B) | 49.3º | 0.68% | 0.9% | - |
| XYZ | 54.96 | 59.55 | 14.9 | - |
| YUV | 195.67 | 58.78 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 202 | 73 | 0 | 0.12 | 0.68 | 0.10 | 49.3 | 0.76 | 0.59 |
| Hex | E6 | CA | 49 | 0 | C | 44 | A | 31 | 4C | 3B |
| Octal | 346 | 312 | 111 | 0 | 14 | 104 | 12 | 61 | 114 | 73 |
| Binary | 11100110 | 11001010 | 1001001 | 0 | 1100 | 1000100 | 1010 | 110001 | 1001100 | 111011 |
Color Harmonies of #E6CA49
Complementary color
Monochromatic Colors of #E6CA49
Black with #E6CA49
Text Example
Text Example
White with #E6CA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CA49; }
p { color: rgb(230,202,73); }
H1.HeaderClassName
{
color: #E6CA49;
}
.AnyTagClassName
{
color: #E6CA49;
}
</style>
background-color css
<style>
a { background-color: #E6CA49; }
a { background-color: rgb(230,202,73); }
div.DivClassName
{
background-color: #E6CA49;
}
.BgClassName
{
background-color: #E6CA49;
}
</style>
border-color css
<style>
span { border-color: #E6CA49; }
span { border-color: rgb(230,202,73); }
td.TdClassName
{
border-color: #E6CA49;
}
.TagClassName
{
border-color: #E6CA49;
}
</style>