Shades of Festival #EFD23B
Tints of Festival #EFD23B
RGB
CMYK
RGB Variations
Color information
#EFD23B (or 0xEFD23B) is known color: Festival. HEX triplet: EF, D2 and 3B. RGB value is (239,210,59). Sum of RGB (Red+Green+Blue) = 239+210+59=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 59 (23.44% from 255 or 11.61% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD23B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD23B is #102DC4. Grayscale: #CACACA. Windows color (decimal): -1060293 or 3920623. OLE color: 3920623.
HSL color Cylindrical-coordinate representation of color #EFD23B: hue angle of 50.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EFD23B is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 59 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.06 |
| HSL | 50.33º | 0.85% | 0.58% | - |
| HSV(B) | 50.33º | 0.75% | 0.94% | - |
| XYZ | 59.43 | 64.76 | 13.51 | - |
| YUV | 201.46 | 47.61 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 59 | 0 | 0.12 | 0.75 | 0.06 | 50.33 | 0.85 | 0.58 |
| Hex | EF | D2 | 3B | 0 | C | 4B | 6 | 32 | 55 | 3A |
| Octal | 357 | 322 | 73 | 0 | 14 | 113 | 6 | 62 | 125 | 72 |
| Binary | 11101111 | 11010010 | 111011 | 0 | 1100 | 1001011 | 110 | 110010 | 1010101 | 111010 |
Color Harmonies of #EFD23B
Complementary color
Monochromatic Colors of #EFD23B
Black with #EFD23B
Text Example
Text Example
White with #EFD23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD23B; }
p { color: rgb(239,210,59); }
H1.HeaderClassName
{
color: #EFD23B;
}
.AnyTagClassName
{
color: #EFD23B;
}
</style>
background-color css
<style>
a { background-color: #EFD23B; }
a { background-color: rgb(239,210,59); }
div.DivClassName
{
background-color: #EFD23B;
}
.BgClassName
{
background-color: #EFD23B;
}
</style>
border-color css
<style>
span { border-color: #EFD23B; }
span { border-color: rgb(239,210,59); }
td.TdClassName
{
border-color: #EFD23B;
}
.TagClassName
{
border-color: #EFD23B;
}
</style>