Shades of Festival #EBCF3C
Tints of Festival #EBCF3C
RGB
CMYK
RGB Variations
Color information
#EBCF3C (or 0xEBCF3C) is known color: Festival. HEX triplet: EB, CF and 3C. RGB value is (235,207,60). Sum of RGB (Red+Green+Blue) = 235+207+60=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 60 (23.83% from 255 or 11.95% from 502); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCF3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCF3C is #1430C3. Grayscale: #C7C7C7. Windows color (decimal): -1323204 or 3985387. OLE color: 3985387.
HSL color Cylindrical-coordinate representation of color #EBCF3C: hue angle of 50.4º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EBCF3C is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 207 | 60 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.08 |
| HSL | 50.4º | 0.81% | 0.58% | - |
| HSV(B) | 50.4º | 0.74% | 0.92% | - |
| XYZ | 57.39 | 62.61 | 13.34 | - |
| YUV | 198.61 | 49.78 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 207 | 60 | 0 | 0.12 | 0.74 | 0.08 | 50.4 | 0.81 | 0.58 |
| Hex | EB | CF | 3C | 0 | C | 4A | 8 | 32 | 51 | 3A |
| Octal | 353 | 317 | 74 | 0 | 14 | 112 | 10 | 62 | 121 | 72 |
| Binary | 11101011 | 11001111 | 111100 | 0 | 1100 | 1001010 | 1000 | 110010 | 1010001 | 111010 |
Color Harmonies of #EBCF3C
Complementary color
Monochromatic Colors of #EBCF3C
Black with #EBCF3C
Text Example
Text Example
White with #EBCF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCF3C; }
p { color: rgb(235,207,60); }
H1.HeaderClassName
{
color: #EBCF3C;
}
.AnyTagClassName
{
color: #EBCF3C;
}
</style>
background-color css
<style>
a { background-color: #EBCF3C; }
a { background-color: rgb(235,207,60); }
div.DivClassName
{
background-color: #EBCF3C;
}
.BgClassName
{
background-color: #EBCF3C;
}
</style>
border-color css
<style>
span { border-color: #EBCF3C; }
span { border-color: rgb(235,207,60); }
td.TdClassName
{
border-color: #EBCF3C;
}
.TagClassName
{
border-color: #EBCF3C;
}
</style>