Shades of Festival #EFCD4B
Tints of Festival #EFCD4B
RGB
CMYK
RGB Variations
Color information
#EFCD4B (or 0xEFCD4B) is known color: Festival. HEX triplet: EF, CD and 4B. RGB value is (239,205,75). Sum of RGB (Red+Green+Blue) = 239+205+75=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 75 (29.69% from 255 or 14.45% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCD4B is #1032B4. Grayscale: #C8C8C8. Windows color (decimal): -1061557 or 4967919. OLE color: 4967919.
HSL color Cylindrical-coordinate representation of color #EFCD4B: hue angle of 47.56º 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 #EFCD4B is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 75 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.06 |
| HSL | 47.56º | 0.84% | 0.62% | - |
| HSV(B) | 47.56º | 0.69% | 0.94% | - |
| XYZ | 58.7 | 62.52 | 15.63 | - |
| YUV | 200.35 | 57.26 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 75 | 0 | 0.14 | 0.69 | 0.06 | 47.56 | 0.84 | 0.62 |
| Hex | EF | CD | 4B | 0 | E | 45 | 6 | 30 | 54 | 3E |
| Octal | 357 | 315 | 113 | 0 | 16 | 105 | 6 | 60 | 124 | 76 |
| Binary | 11101111 | 11001101 | 1001011 | 0 | 1110 | 1000101 | 110 | 110000 | 1010100 | 111110 |
Color Harmonies of #EFCD4B
Complementary color
Monochromatic Colors of #EFCD4B
Black with #EFCD4B
Text Example
Text Example
White with #EFCD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCD4B; }
p { color: rgb(239,205,75); }
H1.HeaderClassName
{
color: #EFCD4B;
}
.AnyTagClassName
{
color: #EFCD4B;
}
</style>
background-color css
<style>
a { background-color: #EFCD4B; }
a { background-color: rgb(239,205,75); }
div.DivClassName
{
background-color: #EFCD4B;
}
.BgClassName
{
background-color: #EFCD4B;
}
</style>
border-color css
<style>
span { border-color: #EFCD4B; }
span { border-color: rgb(239,205,75); }
td.TdClassName
{
border-color: #EFCD4B;
}
.TagClassName
{
border-color: #EFCD4B;
}
</style>