Shades of Festival #E3CA4A
Tints of Festival #E3CA4A
RGB
CMYK
RGB Variations
Color information
#E3CA4A (or 0xE3CA4A) is known color: Festival. HEX triplet: E3, CA and 4A. RGB value is (227,202,74). Sum of RGB (Red+Green+Blue) = 227+202+74=503 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.13% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 74 (29.30% from 255 or 14.71% from 503); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3CA4A is #1C35B5. Grayscale: #C3C3C3. Windows color (decimal): -1848758 or 4901603. OLE color: 4901603.
HSL color Cylindrical-coordinate representation of color #E3CA4A: hue angle of 50.2º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E3CA4A is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 202 | 74 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.11 |
| HSL | 50.2º | 0.73% | 0.59% | - |
| HSV(B) | 50.2º | 0.67% | 0.89% | - |
| XYZ | 54.04 | 59.07 | 15.03 | - |
| YUV | 194.88 | 59.78 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 202 | 74 | 0 | 0.11 | 0.67 | 0.11 | 50.2 | 0.73 | 0.59 |
| Hex | E3 | CA | 4A | 0 | B | 43 | B | 32 | 49 | 3B |
| Octal | 343 | 312 | 112 | 0 | 13 | 103 | 13 | 62 | 111 | 73 |
| Binary | 11100011 | 11001010 | 1001010 | 0 | 1011 | 1000011 | 1011 | 110010 | 1001001 | 111011 |
Color Harmonies of #E3CA4A
Complementary color
Monochromatic Colors of #E3CA4A
Black with #E3CA4A
Text Example
Text Example
White with #E3CA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CA4A; }
p { color: rgb(227,202,74); }
H1.HeaderClassName
{
color: #E3CA4A;
}
.AnyTagClassName
{
color: #E3CA4A;
}
</style>
background-color css
<style>
a { background-color: #E3CA4A; }
a { background-color: rgb(227,202,74); }
div.DivClassName
{
background-color: #E3CA4A;
}
.BgClassName
{
background-color: #E3CA4A;
}
</style>
border-color css
<style>
span { border-color: #E3CA4A; }
span { border-color: rgb(227,202,74); }
td.TdClassName
{
border-color: #E3CA4A;
}
.TagClassName
{
border-color: #E3CA4A;
}
</style>