Shades of Golden Fizz #EFE13D
Tints of Golden Fizz #EFE13D
RGB
CMYK
RGB Variations
Color information
#EFE13D (or 0xEFE13D) is known color: Golden Fizz. HEX triplet: EF, E1 and 3D. RGB value is (239,225,61). Sum of RGB (Red+Green+Blue) = 239+225+61=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 225 (88.28% from 255 or 42.86% from 525); Blue value is 61 (24.22% from 255 or 11.62% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE13D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE13D is #101EC2. Grayscale: #D3D3D3. Windows color (decimal): -1056451 or 4055535. OLE color: 4055535.
HSL color Cylindrical-coordinate representation of color #EFE13D: hue angle of 55.28º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EFE13D is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 61 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.06 |
| HSL | 55.28º | 0.85% | 0.59% | - |
| HSV(B) | 55.28º | 0.74% | 0.94% | - |
| XYZ | 63.36 | 72.54 | 15.08 | - |
| YUV | 210.49 | 43.64 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 61 | 0 | 0.06 | 0.74 | 0.06 | 55.28 | 0.85 | 0.59 |
| Hex | EF | E1 | 3D | 0 | 6 | 4A | 6 | 37 | 55 | 3B |
| Octal | 357 | 341 | 75 | 0 | 6 | 112 | 6 | 67 | 125 | 73 |
| Binary | 11101111 | 11100001 | 111101 | 0 | 110 | 1001010 | 110 | 110111 | 1010101 | 111011 |
Color Harmonies of #EFE13D
Complementary color
Monochromatic Colors of #EFE13D
Black with #EFE13D
Text Example
Text Example
White with #EFE13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE13D; }
p { color: rgb(239,225,61); }
H1.HeaderClassName
{
color: #EFE13D;
}
.AnyTagClassName
{
color: #EFE13D;
}
</style>
background-color css
<style>
a { background-color: #EFE13D; }
a { background-color: rgb(239,225,61); }
div.DivClassName
{
background-color: #EFE13D;
}
.BgClassName
{
background-color: #EFE13D;
}
</style>
border-color css
<style>
span { border-color: #EFE13D; }
span { border-color: rgb(239,225,61); }
td.TdClassName
{
border-color: #EFE13D;
}
.TagClassName
{
border-color: #EFE13D;
}
</style>