Shades of Festival #EECB43
Tints of Festival #EECB43
RGB
CMYK
RGB Variations
Color information
#EECB43 (or 0xEECB43) is known color: Festival. HEX triplet: EE, CB and 43. RGB value is (238,203,67). Sum of RGB (Red+Green+Blue) = 238+203+67=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 67 (26.56% from 255 or 13.19% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECB43 is #1134BC. Grayscale: #C6C6C6. Windows color (decimal): -1127613 or 4443118. OLE color: 4443118.
HSL color Cylindrical-coordinate representation of color #EECB43: hue angle of 47.72º 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 #EECB43 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 67 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.07 |
| HSL | 47.72º | 0.83% | 0.6% | - |
| HSV(B) | 47.72º | 0.72% | 0.93% | - |
| XYZ | 57.63 | 61.29 | 14.1 | - |
| YUV | 197.96 | 54.1 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 67 | 0 | 0.15 | 0.72 | 0.07 | 47.72 | 0.83 | 0.6 |
| Hex | EE | CB | 43 | 0 | F | 48 | 7 | 30 | 53 | 3C |
| Octal | 356 | 313 | 103 | 0 | 17 | 110 | 7 | 60 | 123 | 74 |
| Binary | 11101110 | 11001011 | 1000011 | 0 | 1111 | 1001000 | 111 | 110000 | 1010011 | 111100 |
Color Harmonies of #EECB43
Complementary color
Monochromatic Colors of #EECB43
Black with #EECB43
Text Example
Text Example
White with #EECB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB43; }
p { color: rgb(238,203,67); }
H1.HeaderClassName
{
color: #EECB43;
}
.AnyTagClassName
{
color: #EECB43;
}
</style>
background-color css
<style>
a { background-color: #EECB43; }
a { background-color: rgb(238,203,67); }
div.DivClassName
{
background-color: #EECB43;
}
.BgClassName
{
background-color: #EECB43;
}
</style>
border-color css
<style>
span { border-color: #EECB43; }
span { border-color: rgb(238,203,67); }
td.TdClassName
{
border-color: #EECB43;
}
.TagClassName
{
border-color: #EECB43;
}
</style>