Shades of Golden Fizz #EBEA32
Tints of Golden Fizz #EBEA32
RGB
CMYK
RGB Variations
Color information
#EBEA32 (or 0xEBEA32) is known color: Golden Fizz. HEX triplet: EB, EA and 32. RGB value is (235,234,50). Sum of RGB (Red+Green+Blue) = 235+234+50=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 50 (19.92% from 255 or 9.63% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEA32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBEA32 is #1415CD. Grayscale: #D6D6D6. Windows color (decimal): -1316302 or 3336939. OLE color: 3336939.
HSL color Cylindrical-coordinate representation of color #EBEA32: hue angle of 59.68º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EBEA32 is Cyan = 0, Magento = 0.00, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 234 | 50 | - |
| CMYK | 0 | 0.00 | 0.79 | 0.08 |
| HSL | 59.68º | 0.82% | 0.56% | - |
| HSV(B) | 59.68º | 0.79% | 0.92% | - |
| XYZ | 64.26 | 76.74 | 14.44 | - |
| YUV | 213.32 | 35.83 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 234 | 50 | 0 | 0.00 | 0.79 | 0.08 | 59.68 | 0.82 | 0.56 |
| Hex | EB | EA | 32 | 0 | 0 | 4F | 8 | 3C | 52 | 38 |
| Octal | 353 | 352 | 62 | 0 | 0 | 117 | 10 | 74 | 122 | 70 |
| Binary | 11101011 | 11101010 | 110010 | 0 | 0 | 1001111 | 1000 | 111100 | 1010010 | 111000 |
Color Harmonies of #EBEA32
Complementary color
Monochromatic Colors of #EBEA32
Black with #EBEA32
Text Example
Text Example
White with #EBEA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEA32; }
p { color: rgb(235,234,50); }
H1.HeaderClassName
{
color: #EBEA32;
}
.AnyTagClassName
{
color: #EBEA32;
}
</style>
background-color css
<style>
a { background-color: #EBEA32; }
a { background-color: rgb(235,234,50); }
div.DivClassName
{
background-color: #EBEA32;
}
.BgClassName
{
background-color: #EBEA32;
}
</style>
border-color css
<style>
span { border-color: #EBEA32; }
span { border-color: rgb(235,234,50); }
td.TdClassName
{
border-color: #EBEA32;
}
.TagClassName
{
border-color: #EBEA32;
}
</style>