Shades of Festival #EECA45
Tints of Festival #EECA45
RGB
CMYK
RGB Variations
Color information
#EECA45 (or 0xEECA45) is known color: Festival. HEX triplet: EE, CA and 45. RGB value is (238,202,69). Sum of RGB (Red+Green+Blue) = 238+202+69=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 69 (27.34% from 255 or 13.56% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECA45 is #1135BA. Grayscale: #C6C6C6. Windows color (decimal): -1127867 or 4573934. OLE color: 4573934.
HSL color Cylindrical-coordinate representation of color #EECA45: hue angle of 47.22º 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 #EECA45 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 69 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.07 |
| HSL | 47.22º | 0.83% | 0.6% | - |
| HSV(B) | 47.22º | 0.71% | 0.93% | - |
| XYZ | 57.45 | 60.85 | 14.35 | - |
| YUV | 197.6 | 55.43 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 69 | 0 | 0.15 | 0.71 | 0.07 | 47.22 | 0.83 | 0.6 |
| Hex | EE | CA | 45 | 0 | F | 47 | 7 | 2F | 53 | 3C |
| Octal | 356 | 312 | 105 | 0 | 17 | 107 | 7 | 57 | 123 | 74 |
| Binary | 11101110 | 11001010 | 1000101 | 0 | 1111 | 1000111 | 111 | 101111 | 1010011 | 111100 |
Color Harmonies of #EECA45
Complementary color
Monochromatic Colors of #EECA45
Black with #EECA45
Text Example
Text Example
White with #EECA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA45; }
p { color: rgb(238,202,69); }
H1.HeaderClassName
{
color: #EECA45;
}
.AnyTagClassName
{
color: #EECA45;
}
</style>
background-color css
<style>
a { background-color: #EECA45; }
a { background-color: rgb(238,202,69); }
div.DivClassName
{
background-color: #EECA45;
}
.BgClassName
{
background-color: #EECA45;
}
</style>
border-color css
<style>
span { border-color: #EECA45; }
span { border-color: rgb(238,202,69); }
td.TdClassName
{
border-color: #EECA45;
}
.TagClassName
{
border-color: #EECA45;
}
</style>