Shades of Festival #EEC344
Tints of Festival #EEC344
RGB
CMYK
RGB Variations
Color information
#EEC344 (or 0xEEC344) is known color: Festival. HEX triplet: EE, C3 and 44. RGB value is (238,195,68). Sum of RGB (Red+Green+Blue) = 238+195+68=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 68 (26.95% from 255 or 13.57% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC344 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC344 is #113CBB. Grayscale: #C1C1C1. Windows color (decimal): -1129660 or 4506606. OLE color: 4506606.
HSL color Cylindrical-coordinate representation of color #EEC344: hue angle of 44.82º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EEC344 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 68 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.07 |
| HSL | 44.82º | 0.83% | 0.6% | - |
| HSV(B) | 44.82º | 0.71% | 0.93% | - |
| XYZ | 55.82 | 57.62 | 13.65 | - |
| YUV | 193.38 | 57.25 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 68 | 0 | 0.18 | 0.71 | 0.07 | 44.82 | 0.83 | 0.6 |
| Hex | EE | C3 | 44 | 0 | 12 | 47 | 7 | 2D | 53 | 3C |
| Octal | 356 | 303 | 104 | 0 | 22 | 107 | 7 | 55 | 123 | 74 |
| Binary | 11101110 | 11000011 | 1000100 | 0 | 10010 | 1000111 | 111 | 101101 | 1010011 | 111100 |
Color Harmonies of #EEC344
Complementary color
Monochromatic Colors of #EEC344
Black with #EEC344
Text Example
Text Example
White with #EEC344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC344; }
p { color: rgb(238,195,68); }
H1.HeaderClassName
{
color: #EEC344;
}
.AnyTagClassName
{
color: #EEC344;
}
</style>
background-color css
<style>
a { background-color: #EEC344; }
a { background-color: rgb(238,195,68); }
div.DivClassName
{
background-color: #EEC344;
}
.BgClassName
{
background-color: #EEC344;
}
</style>
border-color css
<style>
span { border-color: #EEC344; }
span { border-color: rgb(238,195,68); }
td.TdClassName
{
border-color: #EEC344;
}
.TagClassName
{
border-color: #EEC344;
}
</style>