Shades of Golden Fizz #EBE038
Tints of Golden Fizz #EBE038
RGB
CMYK
RGB Variations
Color information
#EBE038 (or 0xEBE038) is known color: Golden Fizz. HEX triplet: EB, E0 and 38. RGB value is (235,224,56). Sum of RGB (Red+Green+Blue) = 235+224+56=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 224 (87.89% from 255 or 43.50% from 515); Blue value is 56 (22.27% from 255 or 10.87% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE038 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE038 is #141FC7. Grayscale: #D0D0D0. Windows color (decimal): -1318856 or 3727595. OLE color: 3727595.
HSL color Cylindrical-coordinate representation of color #EBE038: hue angle of 56.31º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EBE038 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 224 | 56 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.08 |
| HSL | 56.31º | 0.82% | 0.57% | - |
| HSV(B) | 56.31º | 0.76% | 0.92% | - |
| XYZ | 61.63 | 71.26 | 14.25 | - |
| YUV | 208.14 | 42.14 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 224 | 56 | 0 | 0.05 | 0.76 | 0.08 | 56.31 | 0.82 | 0.57 |
| Hex | EB | E0 | 38 | 0 | 5 | 4C | 8 | 38 | 52 | 39 |
| Octal | 353 | 340 | 70 | 0 | 5 | 114 | 10 | 70 | 122 | 71 |
| Binary | 11101011 | 11100000 | 111000 | 0 | 101 | 1001100 | 1000 | 111000 | 1010010 | 111001 |
Color Harmonies of #EBE038
Complementary color
Monochromatic Colors of #EBE038
Black with #EBE038
Text Example
Text Example
White with #EBE038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE038; }
p { color: rgb(235,224,56); }
H1.HeaderClassName
{
color: #EBE038;
}
.AnyTagClassName
{
color: #EBE038;
}
</style>
background-color css
<style>
a { background-color: #EBE038; }
a { background-color: rgb(235,224,56); }
div.DivClassName
{
background-color: #EBE038;
}
.BgClassName
{
background-color: #EBE038;
}
</style>
border-color css
<style>
span { border-color: #EBE038; }
span { border-color: rgb(235,224,56); }
td.TdClassName
{
border-color: #EBE038;
}
.TagClassName
{
border-color: #EBE038;
}
</style>