Shades of Festival #EFCB4B
Tints of Festival #EFCB4B
RGB
CMYK
RGB Variations
Color information
#EFCB4B (or 0xEFCB4B) is known color: Festival. HEX triplet: EF, CB and 4B. RGB value is (239,203,75). Sum of RGB (Red+Green+Blue) = 239+203+75=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 75 (29.69% from 255 or 14.51% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCB4B is #1034B4. Grayscale: #C7C7C7. Windows color (decimal): -1062069 or 4967407. OLE color: 4967407.
HSL color Cylindrical-coordinate representation of color #EFCB4B: hue angle of 46.83º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFCB4B is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 75 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.06 |
| HSL | 46.83º | 0.84% | 0.62% | - |
| HSV(B) | 46.83º | 0.69% | 0.94% | - |
| XYZ | 58.22 | 61.57 | 15.47 | - |
| YUV | 199.17 | 57.93 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 75 | 0 | 0.15 | 0.69 | 0.06 | 46.83 | 0.84 | 0.62 |
| Hex | EF | CB | 4B | 0 | F | 45 | 6 | 2F | 54 | 3E |
| Octal | 357 | 313 | 113 | 0 | 17 | 105 | 6 | 57 | 124 | 76 |
| Binary | 11101111 | 11001011 | 1001011 | 0 | 1111 | 1000101 | 110 | 101111 | 1010100 | 111110 |
Color Harmonies of #EFCB4B
Complementary color
Monochromatic Colors of #EFCB4B
Black with #EFCB4B
Text Example
Text Example
White with #EFCB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCB4B; }
p { color: rgb(239,203,75); }
H1.HeaderClassName
{
color: #EFCB4B;
}
.AnyTagClassName
{
color: #EFCB4B;
}
</style>
background-color css
<style>
a { background-color: #EFCB4B; }
a { background-color: rgb(239,203,75); }
div.DivClassName
{
background-color: #EFCB4B;
}
.BgClassName
{
background-color: #EFCB4B;
}
</style>
border-color css
<style>
span { border-color: #EFCB4B; }
span { border-color: rgb(239,203,75); }
td.TdClassName
{
border-color: #EFCB4B;
}
.TagClassName
{
border-color: #EFCB4B;
}
</style>