Shades of Festival #EECE43
Tints of Festival #EECE43
RGB
CMYK
RGB Variations
Color information
#EECE43 (or 0xEECE43) is known color: Festival. HEX triplet: EE, CE and 43. RGB value is (238,206,67). Sum of RGB (Red+Green+Blue) = 238+206+67=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 67 (26.56% from 255 or 13.11% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECE43 is #1131BC. Grayscale: #C8C8C8. Windows color (decimal): -1126845 or 4443886. OLE color: 4443886.
HSL color Cylindrical-coordinate representation of color #EECE43: hue angle of 48.77º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EECE43 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 67 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.07 |
| HSL | 48.77º | 0.83% | 0.6% | - |
| HSV(B) | 48.77º | 0.72% | 0.93% | - |
| XYZ | 58.34 | 62.73 | 14.34 | - |
| YUV | 199.72 | 53.1 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 67 | 0 | 0.13 | 0.72 | 0.07 | 48.77 | 0.83 | 0.6 |
| Hex | EE | CE | 43 | 0 | D | 48 | 7 | 31 | 53 | 3C |
| Octal | 356 | 316 | 103 | 0 | 15 | 110 | 7 | 61 | 123 | 74 |
| Binary | 11101110 | 11001110 | 1000011 | 0 | 1101 | 1001000 | 111 | 110001 | 1010011 | 111100 |
Color Harmonies of #EECE43
Complementary color
Monochromatic Colors of #EECE43
Black with #EECE43
Text Example
Text Example
White with #EECE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECE43; }
p { color: rgb(238,206,67); }
H1.HeaderClassName
{
color: #EECE43;
}
.AnyTagClassName
{
color: #EECE43;
}
</style>
background-color css
<style>
a { background-color: #EECE43; }
a { background-color: rgb(238,206,67); }
div.DivClassName
{
background-color: #EECE43;
}
.BgClassName
{
background-color: #EECE43;
}
</style>
border-color css
<style>
span { border-color: #EECE43; }
span { border-color: rgb(238,206,67); }
td.TdClassName
{
border-color: #EECE43;
}
.TagClassName
{
border-color: #EECE43;
}
</style>