Shades of Festival #E6CA4A
Tints of Festival #E6CA4A
RGB
CMYK
RGB Variations
Color information
#E6CA4A (or 0xE6CA4A) is known color: Festival. HEX triplet: E6, CA and 4A. RGB value is (230,202,74). Sum of RGB (Red+Green+Blue) = 230+202+74=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 74 (29.30% from 255 or 14.62% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CA4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6CA4A is #1935B5. Grayscale: #C4C4C4. Windows color (decimal): -1652150 or 4901606. OLE color: 4901606.
HSL color Cylindrical-coordinate representation of color #E6CA4A: hue angle of 49.23º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E6CA4A is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 202 | 74 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.10 |
| HSL | 49.23º | 0.76% | 0.6% | - |
| HSV(B) | 49.23º | 0.68% | 0.9% | - |
| XYZ | 54.99 | 59.56 | 15.08 | - |
| YUV | 195.78 | 59.28 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 202 | 74 | 0 | 0.12 | 0.68 | 0.10 | 49.23 | 0.76 | 0.6 |
| Hex | E6 | CA | 4A | 0 | C | 44 | A | 31 | 4C | 3C |
| Octal | 346 | 312 | 112 | 0 | 14 | 104 | 12 | 61 | 114 | 74 |
| Binary | 11100110 | 11001010 | 1001010 | 0 | 1100 | 1000100 | 1010 | 110001 | 1001100 | 111100 |
Color Harmonies of #E6CA4A
Complementary color
Monochromatic Colors of #E6CA4A
Black with #E6CA4A
Text Example
Text Example
White with #E6CA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CA4A; }
p { color: rgb(230,202,74); }
H1.HeaderClassName
{
color: #E6CA4A;
}
.AnyTagClassName
{
color: #E6CA4A;
}
</style>
background-color css
<style>
a { background-color: #E6CA4A; }
a { background-color: rgb(230,202,74); }
div.DivClassName
{
background-color: #E6CA4A;
}
.BgClassName
{
background-color: #E6CA4A;
}
</style>
border-color css
<style>
span { border-color: #E6CA4A; }
span { border-color: rgb(230,202,74); }
td.TdClassName
{
border-color: #E6CA4A;
}
.TagClassName
{
border-color: #E6CA4A;
}
</style>