Shades of Festival #E6CA46
Tints of Festival #E6CA46
RGB
CMYK
RGB Variations
Color information
#E6CA46 (or 0xE6CA46) is known color: Festival. HEX triplet: E6, CA and 46. RGB value is (230,202,70). Sum of RGB (Red+Green+Blue) = 230+202+70=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 70 (27.73% from 255 or 13.94% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CA46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6CA46 is #1935B9. Grayscale: #C3C3C3. Windows color (decimal): -1652154 or 4639462. OLE color: 4639462.
HSL color Cylindrical-coordinate representation of color #E6CA46: hue angle of 49.5º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6CA46 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 202 | 70 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.10 |
| HSL | 49.5º | 0.76% | 0.59% | - |
| HSV(B) | 49.5º | 0.7% | 0.9% | - |
| XYZ | 54.86 | 59.51 | 14.39 | - |
| YUV | 195.32 | 57.28 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 202 | 70 | 0 | 0.12 | 0.70 | 0.10 | 49.5 | 0.76 | 0.59 |
| Hex | E6 | CA | 46 | 0 | C | 46 | A | 32 | 4C | 3B |
| Octal | 346 | 312 | 106 | 0 | 14 | 106 | 12 | 62 | 114 | 73 |
| Binary | 11100110 | 11001010 | 1000110 | 0 | 1100 | 1000110 | 1010 | 110010 | 1001100 | 111011 |
Color Harmonies of #E6CA46
Complementary color
Monochromatic Colors of #E6CA46
Black with #E6CA46
Text Example
Text Example
White with #E6CA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CA46; }
p { color: rgb(230,202,70); }
H1.HeaderClassName
{
color: #E6CA46;
}
.AnyTagClassName
{
color: #E6CA46;
}
</style>
background-color css
<style>
a { background-color: #E6CA46; }
a { background-color: rgb(230,202,70); }
div.DivClassName
{
background-color: #E6CA46;
}
.BgClassName
{
background-color: #E6CA46;
}
</style>
border-color css
<style>
span { border-color: #E6CA46; }
span { border-color: rgb(230,202,70); }
td.TdClassName
{
border-color: #E6CA46;
}
.TagClassName
{
border-color: #E6CA46;
}
</style>