Shades of Golden Fizz #EBE32C
Tints of Golden Fizz #EBE32C
RGB
CMYK
RGB Variations
Color information
#EBE32C (or 0xEBE32C) is known color: Golden Fizz. HEX triplet: EB, E3 and 2C. RGB value is (235,227,44). Sum of RGB (Red+Green+Blue) = 235+227+44=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 227 (89.06% from 255 or 44.86% from 506); Blue value is 44 (17.58% from 255 or 8.70% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE32C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE32C is #141CD3. Grayscale: #D1D1D1. Windows color (decimal): -1318100 or 2941931. OLE color: 2941931.
HSL color Cylindrical-coordinate representation of color #EBE32C: hue angle of 57.49º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EBE32C is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 227 | 44 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.08 |
| HSL | 57.49º | 0.83% | 0.55% | - |
| HSV(B) | 57.49º | 0.81% | 0.92% | - |
| XYZ | 62.18 | 72.78 | 13.15 | - |
| YUV | 208.53 | 35.15 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 227 | 44 | 0 | 0.03 | 0.81 | 0.08 | 57.49 | 0.83 | 0.55 |
| Hex | EB | E3 | 2C | 0 | 3 | 51 | 8 | 39 | 53 | 37 |
| Octal | 353 | 343 | 54 | 0 | 3 | 121 | 10 | 71 | 123 | 67 |
| Binary | 11101011 | 11100011 | 101100 | 0 | 11 | 1010001 | 1000 | 111001 | 1010011 | 110111 |
Color Harmonies of #EBE32C
Complementary color
Monochromatic Colors of #EBE32C
Black with #EBE32C
Text Example
Text Example
White with #EBE32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE32C; }
p { color: rgb(235,227,44); }
H1.HeaderClassName
{
color: #EBE32C;
}
.AnyTagClassName
{
color: #EBE32C;
}
</style>
background-color css
<style>
a { background-color: #EBE32C; }
a { background-color: rgb(235,227,44); }
div.DivClassName
{
background-color: #EBE32C;
}
.BgClassName
{
background-color: #EBE32C;
}
</style>
border-color css
<style>
span { border-color: #EBE32C; }
span { border-color: rgb(235,227,44); }
td.TdClassName
{
border-color: #EBE32C;
}
.TagClassName
{
border-color: #EBE32C;
}
</style>