Shades of Golden Fizz #EBDB34
Tints of Golden Fizz #EBDB34
RGB
CMYK
RGB Variations
Color information
#EBDB34 (or 0xEBDB34) is known color: Golden Fizz. HEX triplet: EB, DB and 34. RGB value is (235,219,52). Sum of RGB (Red+Green+Blue) = 235+219+52=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 52 (20.70% from 255 or 10.28% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDB34 is #1424CB. Grayscale: #CDCDCD. Windows color (decimal): -1320140 or 3464171. OLE color: 3464171.
HSL color Cylindrical-coordinate representation of color #EBDB34: hue angle of 54.75º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EBDB34 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 52 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.08 |
| HSL | 54.75º | 0.82% | 0.56% | - |
| HSV(B) | 54.75º | 0.78% | 0.92% | - |
| XYZ | 60.21 | 68.57 | 13.31 | - |
| YUV | 204.75 | 41.8 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 52 | 0 | 0.07 | 0.78 | 0.08 | 54.75 | 0.82 | 0.56 |
| Hex | EB | DB | 34 | 0 | 7 | 4E | 8 | 37 | 52 | 38 |
| Octal | 353 | 333 | 64 | 0 | 7 | 116 | 10 | 67 | 122 | 70 |
| Binary | 11101011 | 11011011 | 110100 | 0 | 111 | 1001110 | 1000 | 110111 | 1010010 | 111000 |
Color Harmonies of #EBDB34
Complementary color
Monochromatic Colors of #EBDB34
Black with #EBDB34
Text Example
Text Example
White with #EBDB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB34; }
p { color: rgb(235,219,52); }
H1.HeaderClassName
{
color: #EBDB34;
}
.AnyTagClassName
{
color: #EBDB34;
}
</style>
background-color css
<style>
a { background-color: #EBDB34; }
a { background-color: rgb(235,219,52); }
div.DivClassName
{
background-color: #EBDB34;
}
.BgClassName
{
background-color: #EBDB34;
}
</style>
border-color css
<style>
span { border-color: #EBDB34; }
span { border-color: rgb(235,219,52); }
td.TdClassName
{
border-color: #EBDB34;
}
.TagClassName
{
border-color: #EBDB34;
}
</style>