Shades of Festival #E9CA4B
Tints of Festival #E9CA4B
RGB
CMYK
RGB Variations
Color information
#E9CA4B (or 0xE9CA4B) is known color: Festival. HEX triplet: E9, CA and 4B. RGB value is (233,202,75). Sum of RGB (Red+Green+Blue) = 233+202+75=510 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.69% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 75 (29.69% from 255 or 14.71% from 510); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CA4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9CA4B is #1635B4. Grayscale: #C5C5C5. Windows color (decimal): -1455541 or 4967145. OLE color: 4967145.
HSL color Cylindrical-coordinate representation of color #E9CA4B: hue angle of 48.23º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E9CA4B is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 202 | 75 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.09 |
| HSL | 48.23º | 0.78% | 0.6% | - |
| HSV(B) | 48.23º | 0.68% | 0.91% | - |
| XYZ | 55.99 | 60.07 | 15.3 | - |
| YUV | 196.79 | 59.27 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 202 | 75 | 0 | 0.13 | 0.68 | 0.09 | 48.23 | 0.78 | 0.6 |
| Hex | E9 | CA | 4B | 0 | D | 44 | 9 | 30 | 4E | 3C |
| Octal | 351 | 312 | 113 | 0 | 15 | 104 | 11 | 60 | 116 | 74 |
| Binary | 11101001 | 11001010 | 1001011 | 0 | 1101 | 1000100 | 1001 | 110000 | 1001110 | 111100 |
Color Harmonies of #E9CA4B
Complementary color
Monochromatic Colors of #E9CA4B
Black with #E9CA4B
Text Example
Text Example
White with #E9CA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CA4B; }
p { color: rgb(233,202,75); }
H1.HeaderClassName
{
color: #E9CA4B;
}
.AnyTagClassName
{
color: #E9CA4B;
}
</style>
background-color css
<style>
a { background-color: #E9CA4B; }
a { background-color: rgb(233,202,75); }
div.DivClassName
{
background-color: #E9CA4B;
}
.BgClassName
{
background-color: #E9CA4B;
}
</style>
border-color css
<style>
span { border-color: #E9CA4B; }
span { border-color: rgb(233,202,75); }
td.TdClassName
{
border-color: #E9CA4B;
}
.TagClassName
{
border-color: #E9CA4B;
}
</style>