Shades of Golden Fizz #EFDB31
Tints of Golden Fizz #EFDB31
RGB
CMYK
RGB Variations
Color information
#EFDB31 (or 0xEFDB31) is known color: Golden Fizz. HEX triplet: EF, DB and 31. RGB value is (239,219,49). Sum of RGB (Red+Green+Blue) = 239+219+49=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 49 (19.53% from 255 or 9.66% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDB31 is #1024CE. Grayscale: #CECECE. Windows color (decimal): -1057999 or 3267567. OLE color: 3267567.
HSL color Cylindrical-coordinate representation of color #EFDB31: hue angle of 53.68º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EFDB31 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 49 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.06 |
| HSL | 53.68º | 0.86% | 0.56% | - |
| HSV(B) | 53.68º | 0.79% | 0.94% | - |
| XYZ | 61.48 | 69.24 | 13.03 | - |
| YUV | 205.6 | 39.63 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 49 | 0 | 0.08 | 0.79 | 0.06 | 53.68 | 0.86 | 0.56 |
| Hex | EF | DB | 31 | 0 | 8 | 4F | 6 | 36 | 56 | 38 |
| Octal | 357 | 333 | 61 | 0 | 10 | 117 | 6 | 66 | 126 | 70 |
| Binary | 11101111 | 11011011 | 110001 | 0 | 1000 | 1001111 | 110 | 110110 | 1010110 | 111000 |
Color Harmonies of #EFDB31
Complementary color
Monochromatic Colors of #EFDB31
Black with #EFDB31
Text Example
Text Example
White with #EFDB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB31; }
p { color: rgb(239,219,49); }
H1.HeaderClassName
{
color: #EFDB31;
}
.AnyTagClassName
{
color: #EFDB31;
}
</style>
background-color css
<style>
a { background-color: #EFDB31; }
a { background-color: rgb(239,219,49); }
div.DivClassName
{
background-color: #EFDB31;
}
.BgClassName
{
background-color: #EFDB31;
}
</style>
border-color css
<style>
span { border-color: #EFDB31; }
span { border-color: rgb(239,219,49); }
td.TdClassName
{
border-color: #EFDB31;
}
.TagClassName
{
border-color: #EFDB31;
}
</style>