Shades of Festival #EFC74B
Tints of Festival #EFC74B
RGB
CMYK
RGB Variations
Color information
#EFC74B (or 0xEFC74B) is known color: Festival. HEX triplet: EF, C7 and 4B. RGB value is (239,199,75). Sum of RGB (Red+Green+Blue) = 239+199+75=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 199 (78.12% from 255 or 38.79% from 513); Blue value is 75 (29.69% from 255 or 14.62% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC74B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC74B is #1038B4. Grayscale: #C5C5C5. Windows color (decimal): -1063093 or 4966383. OLE color: 4966383.
HSL color Cylindrical-coordinate representation of color #EFC74B: hue angle of 45.37º 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 #EFC74B is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 75 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.06 |
| HSL | 45.37º | 0.84% | 0.62% | - |
| HSV(B) | 45.37º | 0.69% | 0.94% | - |
| XYZ | 57.29 | 59.71 | 15.16 | - |
| YUV | 196.82 | 59.25 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 75 | 0 | 0.17 | 0.69 | 0.06 | 45.37 | 0.84 | 0.62 |
| Hex | EF | C7 | 4B | 0 | 11 | 45 | 6 | 2D | 54 | 3E |
| Octal | 357 | 307 | 113 | 0 | 21 | 105 | 6 | 55 | 124 | 76 |
| Binary | 11101111 | 11000111 | 1001011 | 0 | 10001 | 1000101 | 110 | 101101 | 1010100 | 111110 |
Color Harmonies of #EFC74B
Complementary color
Monochromatic Colors of #EFC74B
Black with #EFC74B
Text Example
Text Example
White with #EFC74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC74B; }
p { color: rgb(239,199,75); }
H1.HeaderClassName
{
color: #EFC74B;
}
.AnyTagClassName
{
color: #EFC74B;
}
</style>
background-color css
<style>
a { background-color: #EFC74B; }
a { background-color: rgb(239,199,75); }
div.DivClassName
{
background-color: #EFC74B;
}
.BgClassName
{
background-color: #EFC74B;
}
</style>
border-color css
<style>
span { border-color: #EFC74B; }
span { border-color: rgb(239,199,75); }
td.TdClassName
{
border-color: #EFC74B;
}
.TagClassName
{
border-color: #EFC74B;
}
</style>