#EBE126

Color #EBE126 Golden Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Fizz #EBE126

Tints of Golden Fizz #EBE126

Color information

#EBE126 (or 0xEBE126) is unknown color: approx Golden Fizz. HEX triplet: EB, E1 and 26. RGB value is (235,225,38). Sum of RGB (Red+Green+Blue) = 235+225+38=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 225 (88.28% from 255 or 45.18% from 498); Blue value is 38 (15.23% from 255 or 7.63% from 498); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE126 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE126 is #141ED9. Grayscale: #CFCFCF. Windows color (decimal): -1318618 or 2548203. OLE color: 2548203.

HSL color Cylindrical-coordinate representation of color #EBE126: hue angle of 56.95º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EBE126 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB23522538-
CMYK00.040.840.08
HSL56.95º83.12%53.53%-
HSV(B)56.95º83.83%92.16%-
XYZ61.5471.6512.42-
YUV206.6732.81148.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 47.19%
GREEN value IS 225 (88.28% from 255) = 45.18%
BLUE value IS 38 (15.23% from 255) = 7.63%
R=47.19%
G=45.18%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.84
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352253800.040.840.0856.9583.1253.53
HexEBE12604548395336
Octal3533414604124107112366
Binary11101011111000011001100100101010010001110011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE126; }

 p { color: rgb(235,225,38); }

 H1.HeaderClassName
 {
   color: #EBE126;
 }
 .AnyTagClassName
 {
   color: #EBE126;
 }
</style>
background-color css

<style>
 a { background-color: #EBE126; }

 a { background-color: rgb(235,225,38); }

 div.DivClassName
 {
   background-color: #EBE126;
 }
 .BgClassName
 {
   background-color: #EBE126;
 }
</style>
border-color css

<style>
 span { border-color: #EBE126; }

 span { border-color: rgb(235,225,38); }

 td.TdClassName
 {
   border-color: #EBE126;
 }
 .TagClassName
 {
   border-color: #EBE126;
 }
</style>