Shades of Festival #EECB3E
Tints of Festival #EECB3E
RGB
CMYK
RGB Variations
Color information
#EECB3E (or 0xEECB3E) is known color: Festival. HEX triplet: EE, CB and 3E. RGB value is (238,203,62). Sum of RGB (Red+Green+Blue) = 238+203+62=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 62 (24.61% from 255 or 12.33% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECB3E is #1134C1. Grayscale: #C5C5C5. Windows color (decimal): -1127618 or 4115438. OLE color: 4115438.
HSL color Cylindrical-coordinate representation of color #EECB3E: hue angle of 48.07º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EECB3E is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 62 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.07 |
| HSL | 48.07º | 0.84% | 0.59% | - |
| HSV(B) | 48.07º | 0.74% | 0.93% | - |
| XYZ | 57.49 | 61.24 | 13.35 | - |
| YUV | 197.39 | 51.6 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 62 | 0 | 0.15 | 0.74 | 0.07 | 48.07 | 0.84 | 0.59 |
| Hex | EE | CB | 3E | 0 | F | 4A | 7 | 30 | 54 | 3B |
| Octal | 356 | 313 | 76 | 0 | 17 | 112 | 7 | 60 | 124 | 73 |
| Binary | 11101110 | 11001011 | 111110 | 0 | 1111 | 1001010 | 111 | 110000 | 1010100 | 111011 |
Color Harmonies of #EECB3E
Complementary color
Monochromatic Colors of #EECB3E
Black with #EECB3E
Text Example
Text Example
White with #EECB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB3E; }
p { color: rgb(238,203,62); }
H1.HeaderClassName
{
color: #EECB3E;
}
.AnyTagClassName
{
color: #EECB3E;
}
</style>
background-color css
<style>
a { background-color: #EECB3E; }
a { background-color: rgb(238,203,62); }
div.DivClassName
{
background-color: #EECB3E;
}
.BgClassName
{
background-color: #EECB3E;
}
</style>
border-color css
<style>
span { border-color: #EECB3E; }
span { border-color: rgb(238,203,62); }
td.TdClassName
{
border-color: #EECB3E;
}
.TagClassName
{
border-color: #EECB3E;
}
</style>