#EBF92E

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

Shades of Golden Fizz #EBF92E

Tints of Golden Fizz #EBF92E

Color information

#EBF92E (or 0xEBF92E) is unknown color: approx Golden Fizz. HEX triplet: EB, F9 and 2E. RGB value is (235,249,46). Sum of RGB (Red+Green+Blue) = 235+249+46=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 46 (18.36% from 255 or 8.68% from 530); Max value from RGB is 249 - color contains mainly: green. Hex color #EBF92E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF92E is #1406D1. Grayscale: #DEDEDE. Windows color (decimal): -1312466 or 3078635. OLE color: 3078635.

HSL color Cylindrical-coordinate representation of color #EBF92E: hue angle of 64.14º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EBF92E is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB23524946-
CMYK0.0600.820.02
HSL64.14º94.42%57.84%-
HSV(B)64.14º81.53%97.65%-
XYZ68.6385.6115.49-
YUV221.6728.86137.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.34%
GREEN value IS 249 (97.66% from 255) = 46.98%
BLUE value IS 46 (18.36% from 255) = 8.68%
R=44.34%
G=46.98%
B=8.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal235249460.0600.820.0264.1494.4257.84
HexEBF92E60522405e3a
Octal3533715660122210013672
Binary1110101111111001101110110010100101010000001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF92E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF92E; }

 p { color: rgb(235,249,46); }

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

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

 a { background-color: rgb(235,249,46); }

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

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

 span { border-color: rgb(235,249,46); }

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