#EBE82C

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

Shades of Golden Fizz #EBE82C

Tints of Golden Fizz #EBE82C

Color information

#EBE82C (or 0xEBE82C) is unknown color: approx Golden Fizz. HEX triplet: EB, E8 and 2C. RGB value is (235,232,44). Sum of RGB (Red+Green+Blue) = 235+232+44=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 232 (91.02% from 255 or 45.40% from 511); Blue value is 44 (17.58% from 255 or 8.61% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE82C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE82C is #1417D3. Grayscale: #D4D4D4. Windows color (decimal): -1316820 or 2943211. OLE color: 2943211.

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

Color convert

RGB23523244-
CMYK00.010.810.08
HSL59.06º82.68%54.71%-
HSV(B)59.06º81.28%92.16%-
XYZ63.5775.5613.62-
YUV211.4633.49144.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.99%
GREEN value IS 232 (91.02% from 255) = 45.40%
BLUE value IS 44 (17.58% from 255) = 8.61%
R=45.99%
G=45.40%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.81
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352324400.010.810.0859.0682.6854.71
HexEBE82C015183b5337
Octal3533505401121107312367
Binary111010111110100010110001101000110001110111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE82C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE82C; }

 p { color: rgb(235,232,44); }

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

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

 a { background-color: rgb(235,232,44); }

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

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

 span { border-color: rgb(235,232,44); }

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