Shades of Golden Fizz #EBE627
Tints of Golden Fizz #EBE627
RGB
CMYK
RGB Variations
Color information
#EBE627 (or 0xEBE627) is known color: Golden Fizz. HEX triplet: EB, E6 and 27. RGB value is (235,230,39). Sum of RGB (Red+Green+Blue) = 235+230+39=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 230 (90.23% from 255 or 45.63% from 504); Blue value is 39 (15.62% from 255 or 7.74% from 504); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE627 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE627 is #1419D8. Grayscale: #D2D2D2. Windows color (decimal): -1317337 or 2615019. OLE color: 2615019.
HSL color Cylindrical-coordinate representation of color #EBE627: hue angle of 58.47º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EBE627 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 230 | 39 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.08 |
| HSL | 58.47º | 0.83% | 0.54% | - |
| HSV(B) | 58.47º | 0.83% | 0.92% | - |
| XYZ | 62.92 | 74.4 | 12.96 | - |
| YUV | 209.72 | 31.66 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 230 | 39 | 0 | 0.02 | 0.83 | 0.08 | 58.47 | 0.83 | 0.54 |
| Hex | EB | E6 | 27 | 0 | 2 | 53 | 8 | 3A | 53 | 36 |
| Octal | 353 | 346 | 47 | 0 | 2 | 123 | 10 | 72 | 123 | 66 |
| Binary | 11101011 | 11100110 | 100111 | 0 | 10 | 1010011 | 1000 | 111010 | 1010011 | 110110 |
Color Harmonies of #EBE627
Complementary color
Monochromatic Colors of #EBE627
Black with #EBE627
Text Example
Text Example
White with #EBE627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE627; }
p { color: rgb(235,230,39); }
H1.HeaderClassName
{
color: #EBE627;
}
.AnyTagClassName
{
color: #EBE627;
}
</style>
background-color css
<style>
a { background-color: #EBE627; }
a { background-color: rgb(235,230,39); }
div.DivClassName
{
background-color: #EBE627;
}
.BgClassName
{
background-color: #EBE627;
}
</style>
border-color css
<style>
span { border-color: #EBE627; }
span { border-color: rgb(235,230,39); }
td.TdClassName
{
border-color: #EBE627;
}
.TagClassName
{
border-color: #EBE627;
}
</style>