Shades of Golden Fizz #EBDB2A
Tints of Golden Fizz #EBDB2A
RGB
CMYK
RGB Variations
Color information
#EBDB2A (or 0xEBDB2A) is known color: Golden Fizz. HEX triplet: EB, DB and 2A. RGB value is (235,219,42). Sum of RGB (Red+Green+Blue) = 235+219+42=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 42 (16.80% from 255 or 8.47% from 496); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDB2A is #1424D5. Grayscale: #CCCCCC. Windows color (decimal): -1320150 or 2808811. OLE color: 2808811.
HSL color Cylindrical-coordinate representation of color #EBDB2A: hue angle of 55.03º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EBDB2A is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 42 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.08 |
| HSL | 55.03º | 0.83% | 0.54% | - |
| HSV(B) | 55.03º | 0.82% | 0.92% | - |
| XYZ | 60.01 | 68.49 | 12.25 | - |
| YUV | 203.61 | 36.8 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 42 | 0 | 0.07 | 0.82 | 0.08 | 55.03 | 0.83 | 0.54 |
| Hex | EB | DB | 2A | 0 | 7 | 52 | 8 | 37 | 53 | 36 |
| Octal | 353 | 333 | 52 | 0 | 7 | 122 | 10 | 67 | 123 | 66 |
| Binary | 11101011 | 11011011 | 101010 | 0 | 111 | 1010010 | 1000 | 110111 | 1010011 | 110110 |
Color Harmonies of #EBDB2A
Complementary color
Monochromatic Colors of #EBDB2A
Black with #EBDB2A
Text Example
Text Example
White with #EBDB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB2A; }
p { color: rgb(235,219,42); }
H1.HeaderClassName
{
color: #EBDB2A;
}
.AnyTagClassName
{
color: #EBDB2A;
}
</style>
background-color css
<style>
a { background-color: #EBDB2A; }
a { background-color: rgb(235,219,42); }
div.DivClassName
{
background-color: #EBDB2A;
}
.BgClassName
{
background-color: #EBDB2A;
}
</style>
border-color css
<style>
span { border-color: #EBDB2A; }
span { border-color: rgb(235,219,42); }
td.TdClassName
{
border-color: #EBDB2A;
}
.TagClassName
{
border-color: #EBDB2A;
}
</style>