Shades of Festival #E6CB40
Tints of Festival #E6CB40
RGB
CMYK
RGB Variations
Color information
#E6CB40 (or 0xE6CB40) is known color: Festival. HEX triplet: E6, CB and 40. RGB value is (230,203,64). Sum of RGB (Red+Green+Blue) = 230+203+64=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 64 (25.39% from 255 or 12.88% from 497); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6CB40 is #1934BF. Grayscale: #C3C3C3. Windows color (decimal): -1651904 or 4246502. OLE color: 4246502.
HSL color Cylindrical-coordinate representation of color #E6CB40: hue angle of 50.24º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E6CB40 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 203 | 64 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.10 |
| HSL | 50.24º | 0.77% | 0.58% | - |
| HSV(B) | 50.24º | 0.72% | 0.9% | - |
| XYZ | 54.91 | 59.91 | 13.52 | - |
| YUV | 195.23 | 53.95 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 64 | 0 | 0.12 | 0.72 | 0.10 | 50.24 | 0.77 | 0.58 |
| Hex | E6 | CB | 40 | 0 | C | 48 | A | 32 | 4D | 3A |
| Octal | 346 | 313 | 100 | 0 | 14 | 110 | 12 | 62 | 115 | 72 |
| Binary | 11100110 | 11001011 | 1000000 | 0 | 1100 | 1001000 | 1010 | 110010 | 1001101 | 111010 |
Color Harmonies of #E6CB40
Complementary color
Monochromatic Colors of #E6CB40
Black with #E6CB40
Text Example
Text Example
White with #E6CB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CB40; }
p { color: rgb(230,203,64); }
H1.HeaderClassName
{
color: #E6CB40;
}
.AnyTagClassName
{
color: #E6CB40;
}
</style>
background-color css
<style>
a { background-color: #E6CB40; }
a { background-color: rgb(230,203,64); }
div.DivClassName
{
background-color: #E6CB40;
}
.BgClassName
{
background-color: #E6CB40;
}
</style>
border-color css
<style>
span { border-color: #E6CB40; }
span { border-color: rgb(230,203,64); }
td.TdClassName
{
border-color: #E6CB40;
}
.TagClassName
{
border-color: #E6CB40;
}
</style>